This commit is contained in:
parent
85a81413a3
commit
0d8d120c4d
@ -1125,7 +1125,7 @@ void CNpcEnemy::processMovement(int _frames)
|
|||||||
|
|
||||||
if ( m_soundId == NOT_PLAYING && m_data[m_type].moveSfx < CSoundMediator::NUM_SFXIDS )
|
if ( m_soundId == NOT_PLAYING && m_data[m_type].moveSfx < CSoundMediator::NUM_SFXIDS )
|
||||||
{
|
{
|
||||||
m_soundId = (int) CSoundMediator::playSfx( m_data[m_type].moveSfx, true );
|
m_soundId = (int) CSoundMediator::playSfx( m_data[m_type].moveSfx, true, true );
|
||||||
}
|
}
|
||||||
|
|
||||||
switch( m_movementFunc )
|
switch( m_movementFunc )
|
||||||
|
Loading…
Reference in New Issue
Block a user