This commit is contained in:
Charles 2001-07-26 16:16:36 +00:00
parent d292bd3e4f
commit a264a46b1f

View File

@ -58,6 +58,7 @@ void CTeleportTrigger::collidedWith(CThing *_thisThing)
{
case TYPE_PLAYER:
{
((CPlayer*)_thisThing)->clearPlatform();
((CPlayer*)_thisThing)->teleportTo(m_boxX1+8,m_boxY1+16);
break;
}