From 158b289a537a7fee37e9496d91e3c40b10ab71dc Mon Sep 17 00:00:00 2001 From: Charles Date: Mon, 25 Jun 2001 14:14:08 +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 1e55fc3f7..d00427d9a 100644 --- a/source/enemy/nmjfish.cpp +++ b/source/enemy/nmjfish.cpp @@ -304,7 +304,7 @@ void CNpcMotherJellyfishEnemy::processMovement( int _frames ) { m_isActive = false; setToShutdown(); - CGameScene::getBossHasBeenKilled(); + CGameScene::setBossHasBeenKilled(); } break;