This commit is contained in:
Charles 2001-08-18 18:14:15 +00:00
parent 393c3f4a27
commit c6a63413e6
5 changed files with 2 additions and 16 deletions

View file

@ -480,11 +480,6 @@ void CNpcIronDogfishEnemy::processShotDeathEnd( int _frames )
if ( !m_animPlaying )
{
CNpcEnemy::processShotDeathEnd( _frames );
if ( isSetToShutdown() )
{
CGameScene::setBossHasBeenKilled();
}
}
}