diff --git a/wadsrc/static/zscript/games/exhumed/ui/screens.zs b/wadsrc/static/zscript/games/exhumed/ui/screens.zs index 3875f151d..e5fae5ed1 100644 --- a/wadsrc/static/zscript/games/exhumed/ui/screens.zs +++ b/wadsrc/static/zscript/games/exhumed/ui/screens.zs @@ -868,7 +868,7 @@ class ExhumedCutscenes // //--------------------------------------------------------------------------- - static void BuildGameOverScene(ScreenJobRunner runner, MapRecord map) + static void BuildGameOverScene(ScreenJobRunner runner) { System.StopMusic(); Exhumed.PlayLocalSound(ExhumedSnd.kSoundJonLaugh2, 0, false, CHANF_UI);