This commit is contained in:
Charles 2001-08-02 15:26:38 +00:00
parent 86419daa07
commit 7a1b470103
6 changed files with 75 additions and 8 deletions

View file

@ -678,7 +678,7 @@ void CNpcSubSharkEnemy::processShot( int _frames )
{
case NPC_GENERIC_HIT_CHECK_HEALTH:
{
m_health -= 3;
m_health--;
if ( m_health <= 0 )
{