This commit is contained in:
Charles 2001-08-02 21:24:04 +00:00
parent 85a81413a3
commit 0d8d120c4d

View File

@ -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 )