This commit is contained in:
parent
bc09ea7d05
commit
541237315a
1 changed files with 5 additions and 0 deletions
|
@ -140,6 +140,11 @@ void CNpcSkeletalFishEnemy::processClose( int _frames )
|
|||
m_timerFunc = NPC_TIMER_ATTACK_DONE;
|
||||
m_chargeTime = m_timerTimer = GameState::getOneSecondInFrames();
|
||||
}
|
||||
|
||||
if ( m_soundId == NOT_PLAYING )
|
||||
{
|
||||
m_soundId = (int) CSoundMediator::playSfx( CSoundMediator::SFX_FISH_FOLK_MOVE_2, true );
|
||||
}
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue