This commit is contained in:
Charles 2001-06-12 18:12:34 +00:00
parent 220d6cc144
commit bd4323bd18
8 changed files with 140 additions and 2 deletions

View file

@ -679,6 +679,7 @@ void CNpcSeaSnakeEnemy::processShot( int _frames )
if ( Pos.vy - offset.vy > VidGetScrH() )
{
setToShutdown();
CGameScene::setBossHasBeenKilled();
}
}
else