From 1eb40e784f3a57eda51e8f4d75f41a12d986250c Mon Sep 17 00:00:00 2001 From: Charles Date: Thu, 19 Jul 2001 15:55:47 +0000 Subject: [PATCH] --- source/hazard/hmasher.cpp | 2 ++ 1 file changed, 2 insertions(+) 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 {