This commit is contained in:
parent
d292bd3e4f
commit
a264a46b1f
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue