diff --git a/wadsrc/static/zscript/games/exhumed/ui/screens.zs b/wadsrc/static/zscript/games/exhumed/ui/screens.zs index 133e16418..4cdbbafbf 100644 --- a/wadsrc/static/zscript/games/exhumed/ui/screens.zs +++ b/wadsrc/static/zscript/games/exhumed/ui/screens.zs @@ -917,7 +917,7 @@ class ExhumedCutscenes // //--------------------------------------------------------------------------- - void BuildGameOverScene(ScreenJobRunner runner, MapRecord map) + static void BuildGameOverScene(ScreenJobRunner runner, MapRecord map) { Raze.StopMusic(); Exhumed.PlayLocalSound(ExhumedSnd.kSoundJonLaugh2, 0, false, CHANF_UI);