This commit is contained in:
Charles 2001-07-16 14:19:10 +00:00
parent fd5ed94bae
commit 911c868e99
4 changed files with 40 additions and 21 deletions

View file

@ -680,7 +680,7 @@ void CNpcSubSharkEnemy::processShot( int _frames )
{
m_health -= 5;
if ( m_health < 0 )
if ( m_health <= 0 )
{
m_state = NPC_GENERIC_HIT_DEATH_START;
m_isDying = true;