This commit is contained in:
Charles 2001-07-16 14:26:15 +00:00
parent 911c868e99
commit 65e92fca91

View file

@ -53,6 +53,8 @@
Returns: Returns:
---------------------------------------------------------------------- */ ---------------------------------------------------------------------- */
void CBossArenaTrigger::collidedWith(CThing *_thisThing) void CBossArenaTrigger::collidedWith(CThing *_thisThing)
{
if ( !GameScene.getBossHasBeenKilled() )
{ {
switch( _thisThing->getThingType() ) switch( _thisThing->getThingType() )
{ {
@ -68,6 +70,7 @@ void CBossArenaTrigger::collidedWith(CThing *_thisThing)
break; break;
} }
} }
}
/*=========================================================================== /*===========================================================================
end */ end */