This commit is contained in:
parent
2bf0b369ab
commit
857a7065cb
2 changed files with 6 additions and 1 deletions
|
@ -77,6 +77,11 @@ void CNpcDustDevilEnemy::processMovement( int _frames )
|
|||
|
||||
bool pathComplete;
|
||||
|
||||
if ( m_soundId == NOT_PLAYING && m_data[m_type].moveSfx < CSoundMediator::NUM_SFXIDS )
|
||||
{
|
||||
m_soundId = (int) CSoundMediator::playSfx( m_data[m_type].moveSfx, true );
|
||||
}
|
||||
|
||||
// deal with anims
|
||||
|
||||
if ( !m_animPlaying )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue