This commit is contained in:
Charles 2001-06-18 19:06:43 +00:00
parent bd6fd54608
commit 16c576b885
34 changed files with 288 additions and 49 deletions

View file

@ -67,7 +67,10 @@ void CNpcFlamingSkullEnemy::processClose( int _frames )
s32 distX, distY;
s32 distXSqr, distYSqr;
CSoundMediator::playSfx( CSoundMediator::SFX_FLAMING_SKULL_ATTACK );
if ( m_soundId == NOT_PLAYING )
{
m_soundId = (int) CSoundMediator::playSfx( CSoundMediator::SFX_FLAMING_SKULL_ATTACK, true );
}
if ( m_state == FLAMING_SKULL_ATTACK )
{