This commit is contained in:
Charles 2001-07-12 21:22:26 +00:00
parent 6c270f1d91
commit a30c5a73cf

View File

@ -830,6 +830,11 @@ void CNpcSeaSnakeEnemy::processClose( int _frames )
m_snapTimer = m_movementTimer;
}
if ( m_soundId == NOT_PLAYING )
{
m_soundId = (int) CSoundMediator::playSfx( CSoundMediator::SFX_SEASNAKE_ATTACK, true );
}
break;
}
}