diff --git a/wadsrc/static/zscript/games/blood/ui/screens.zs b/wadsrc/static/zscript/games/blood/ui/screens.zs index 99a4933ca..ba0b38585 100644 --- a/wadsrc/static/zscript/games/blood/ui/screens.zs +++ b/wadsrc/static/zscript/games/blood/ui/screens.zs @@ -199,6 +199,11 @@ class BloodSummaryScreen : SummaryScreenBase BloodScreen.DrawText(font, text, 160, 134, 1, shadow:font == SmallFont2); } } + + override void OnDestroy() + { + Raze.StopAllSounds(); + } } //---------------------------------------------------------------------------