This commit is contained in:
parent
911c868e99
commit
65e92fca91
1 changed files with 12 additions and 9 deletions
|
@ -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 */
|
||||||
|
|
Loading…
Add table
Reference in a new issue