This commit is contained in:
Paul 2001-06-06 14:35:59 +00:00
parent bc95eca69a
commit 0eefb51d64
2 changed files with 0 additions and 6 deletions

View file

@ -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;
} }

View file

@ -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;
} }