From b057e59924177911d3630ee923b6222f99deef4e Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sat, 14 Aug 2021 09:19:27 +0200 Subject: [PATCH] - Exhumed: fixed bad arguments of BuildGameoverScene. --- wadsrc/static/zscript/games/exhumed/ui/screens.zs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);