From 216d338898e52e9a7479f6312fa1c038e4734503 Mon Sep 17 00:00:00 2001 From: Charles Date: Thu, 12 Jul 2001 21:12:26 +0000 Subject: [PATCH] --- source/hazard/hcswitch.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/hazard/hcswitch.cpp b/source/hazard/hcswitch.cpp index f2a07d783..a30601125 100644 --- a/source/hazard/hcswitch.cpp +++ b/source/hazard/hcswitch.cpp @@ -114,4 +114,6 @@ void CNpcConveyorSwitchHazard::trigger() level.reverseMapConveyor(); CAnimTex::SetSpeed( -CAnimTex::GetSpeed() ); + + CSoundMediator::playSfx(CSoundMediator::SFX_ANEMONE_DEFEATED_LEVEL2); } \ No newline at end of file