This commit is contained in:
parent
911c868e99
commit
65e92fca91
1 changed files with 12 additions and 9 deletions
|
@ -54,6 +54,8 @@
|
|||
---------------------------------------------------------------------- */
|
||||
void CBossArenaTrigger::collidedWith(CThing *_thisThing)
|
||||
{
|
||||
if ( !GameScene.getBossHasBeenKilled() )
|
||||
{
|
||||
switch( _thisThing->getThingType() )
|
||||
{
|
||||
case TYPE_PLAYER:
|
||||
|
@ -67,6 +69,7 @@ void CBossArenaTrigger::collidedWith(CThing *_thisThing)
|
|||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/*===========================================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue