diff --git a/source/hazard/hmasher.cpp b/source/hazard/hmasher.cpp index 29aa35054..5fa6070d8 100644 --- a/source/hazard/hmasher.cpp +++ b/source/hazard/hmasher.cpp @@ -57,6 +57,8 @@ void CNpcMasherHazard::processMovement( int _frames ) // pause and change direction m_state = MASHER_RISING; + + CSoundMediator::playSfx( CSoundMediator::SFX_HAZARD__FALLING_ROCK_LAND, true, true ); } else {