This commit is contained in:
parent
bc95eca69a
commit
0eefb51d64
2 changed files with 0 additions and 6 deletions
|
@ -62,9 +62,6 @@ void CCameraLockTrigger::collidedWith(CThing *_thisThing)
|
||||||
case TYPE_PLAYER:
|
case TYPE_PLAYER:
|
||||||
{
|
{
|
||||||
((CPlayer*)_thisThing)->setCameraBox(camBox);
|
((CPlayer*)_thisThing)->setCameraBox(camBox);
|
||||||
|
|
||||||
PAUL_DBGMSG("HIT CAM BOX TRIGGER");
|
|
||||||
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -59,9 +59,6 @@ void CTeleportTrigger::collidedWith(CThing *_thisThing)
|
||||||
case TYPE_PLAYER:
|
case TYPE_PLAYER:
|
||||||
{
|
{
|
||||||
((CPlayer*)_thisThing)->teleportTo(m_boxX1+8,m_boxY1+16);
|
((CPlayer*)_thisThing)->teleportTo(m_boxX1+8,m_boxY1+16);
|
||||||
|
|
||||||
PAUL_DBGMSG("HIT TELEPORT TRIGGER");
|
|
||||||
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue