This commit is contained in:
parent
0d8d120c4d
commit
0837647bca
2 changed files with 2 additions and 2 deletions
|
@ -1125,7 +1125,7 @@ void CNpcEnemy::processMovement(int _frames)
|
|||
|
||||
if ( m_soundId == NOT_PLAYING && m_data[m_type].moveSfx < CSoundMediator::NUM_SFXIDS )
|
||||
{
|
||||
m_soundId = (int) CSoundMediator::playSfx( m_data[m_type].moveSfx, true, true );
|
||||
m_soundId = (int) CSoundMediator::playSfx( m_data[m_type].moveSfx, true );
|
||||
}
|
||||
|
||||
switch( m_movementFunc )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue