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