From 541237315ac864a98d7a78d86ca438d61e644f21 Mon Sep 17 00:00:00 2001 From: Charles Date: Thu, 12 Jul 2001 21:44:27 +0000 Subject: [PATCH] --- source/enemy/nsklfish.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/enemy/nsklfish.cpp b/source/enemy/nsklfish.cpp index 186f7b61d..cfd0d435e 100644 --- a/source/enemy/nsklfish.cpp +++ b/source/enemy/nsklfish.cpp @@ -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 ); + } } ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////