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
source/triggers

View file

@ -62,9 +62,6 @@ void CCameraLockTrigger::collidedWith(CThing *_thisThing)
case TYPE_PLAYER:
{
((CPlayer*)_thisThing)->setCameraBox(camBox);
PAUL_DBGMSG("HIT CAM BOX TRIGGER");
break;
}