This commit is contained in:
parent
bd6fd54608
commit
16c576b885
34 changed files with 288 additions and 49 deletions
|
@ -64,7 +64,10 @@ void CNpcFishHookPlatform::processMovement( int _frames )
|
|||
{
|
||||
if ( m_isMoving )
|
||||
{
|
||||
CSoundMediator::playSfx( CSoundMediator::SFX_FISH_HOOK_MOVE );
|
||||
if ( m_soundId == NOT_PLAYING )
|
||||
{
|
||||
m_soundId = (int) CSoundMediator::playSfx( CSoundMediator::SFX_FISH_HOOK_MOVE, true );
|
||||
}
|
||||
|
||||
if ( m_isResetting )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue