This commit is contained in:
parent
60a89b15f4
commit
83997255bb
8 changed files with 9 additions and 9 deletions
|
@ -42,7 +42,7 @@ void CNpcMowerHazard::processMovement( int _frames )
|
|||
|
||||
if ( m_soundId == NOT_PLAYING )
|
||||
{
|
||||
m_soundId = (int) CSoundMediator::playSfx( CSoundMediator::SFX_SAW, true );
|
||||
m_soundId = (int) CSoundMediator::playSfx( CSoundMediator::SFX_SAW, true, true );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue