diff --git a/source/hazard/hdbarrel.cpp b/source/hazard/hdbarrel.cpp index dd6f99227..5db0eca0b 100644 --- a/source/hazard/hdbarrel.cpp +++ b/source/hazard/hdbarrel.cpp @@ -131,6 +131,11 @@ void CNpcDualPlatformBarrelHazard::processMovement( int _frames ) if ( moveX ) { + if ( m_soundId == NOT_PLAYING ) + { + m_soundId = (int) CSoundMediator::playSfx( CSoundMediator::SFX_ROLLING_ROCK, true ); + } + m_rotationDir = abs( moveX ) / moveX; } else