This commit is contained in:
Charles 2001-08-16 16:25:33 +00:00
parent 052f695c8b
commit 7eef2f246d

View file

@ -413,7 +413,6 @@ void CNpcMotherJellyfishEnemy::processMovement( int _frames )
{ {
m_isActive = false; m_isActive = false;
setToShutdown(); setToShutdown();
CGameScene::setBossHasBeenKilled();
} }
if ( m_soundId == NOT_PLAYING ) if ( m_soundId == NOT_PLAYING )
@ -819,6 +818,7 @@ void CNpcMotherJellyfishEnemy::processShot( int _frames )
{ {
m_health = 0; m_health = 0;
m_state = MOTHER_JELLYFISH_BEGIN_CIRCLE; m_state = MOTHER_JELLYFISH_BEGIN_CIRCLE;
CGameScene::setBossHasBeenKilled();
} }
m_controlFunc = NPC_CONTROL_MOVEMENT; m_controlFunc = NPC_CONTROL_MOVEMENT;