This commit is contained in:
Paul 2001-05-01 21:36:10 +00:00
parent e8d9b4ed68
commit e542b27acd

View file

@ -64,7 +64,9 @@ void CTeleportTrigger::collidedWith(CThing *_thisThing)
respawnPos.vy=collisionArea.y2; respawnPos.vy=collisionArea.y2;
((CPlayer*)_thisThing)->setRespawnPos(respawnPos); ((CPlayer*)_thisThing)->setRespawnPos(respawnPos);
*/ */
#ifdef __USER_paul__
ASSERT(0); ASSERT(0);
#endif
} }
/*=========================================================================== /*===========================================================================