From 7eef2f246d38c82f2a0d8256dc2786f75c0ada21 Mon Sep 17 00:00:00 2001 From: Charles Date: Thu, 16 Aug 2001 16:25:33 +0000 Subject: [PATCH] --- source/enemy/nmjfish.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/enemy/nmjfish.cpp b/source/enemy/nmjfish.cpp index 964b0f720..0fb47fe4d 100644 --- a/source/enemy/nmjfish.cpp +++ b/source/enemy/nmjfish.cpp @@ -413,7 +413,6 @@ void CNpcMotherJellyfishEnemy::processMovement( int _frames ) { m_isActive = false; setToShutdown(); - CGameScene::setBossHasBeenKilled(); } if ( m_soundId == NOT_PLAYING ) @@ -819,6 +818,7 @@ void CNpcMotherJellyfishEnemy::processShot( int _frames ) { m_health = 0; m_state = MOTHER_JELLYFISH_BEGIN_CIRCLE; + CGameScene::setBossHasBeenKilled(); } m_controlFunc = NPC_CONTROL_MOVEMENT;