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;