This commit is contained in:
parent
c6dd3b1392
commit
1aa2694e57
2 changed files with 7 additions and 1 deletions
|
@ -761,6 +761,12 @@ void CGameScene::setReadyToExit()
|
|||
CFader::setFadingOut();
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
void CGameScene::setBossHasBeenKilled()
|
||||
{
|
||||
s_bossHasBeenKilled=true;
|
||||
s_showBossTextOnRespawn=false;
|
||||
}
|
||||
/*****************************************************************************/
|
||||
void CGameScene::hitBossArenaTrigger()
|
||||
{
|
||||
|
|
|
@ -64,7 +64,7 @@ static void restartlevel() {s_restartLevel=true;}
|
|||
|
||||
static ACTOR_TYPE getActorType( int actorNum ) {return actorType[actorNum];}
|
||||
|
||||
static void setBossHasBeenKilled() {s_bossHasBeenKilled=true;}
|
||||
static void setBossHasBeenKilled();
|
||||
static int getBossHasBeenKilled() {return s_bossHasBeenKilled;}
|
||||
|
||||
static void dropHealth(DVECTOR const &Pos,int Amount,int Vel);
|
||||
|
|
Loading…
Add table
Reference in a new issue