- fixed definition of ExhumedCutscenes.BuildGameoverScene.

Needs to be declared static.
This commit is contained in:
Christoph Oelckers 2021-05-17 18:17:15 +02:00
parent 24ce5d6130
commit 61d81efe45

View file

@ -917,7 +917,7 @@ class ExhumedCutscenes
// //
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------
void BuildGameOverScene(ScreenJobRunner runner, MapRecord map) static void BuildGameOverScene(ScreenJobRunner runner, MapRecord map)
{ {
Raze.StopMusic(); Raze.StopMusic();
Exhumed.PlayLocalSound(ExhumedSnd.kSoundJonLaugh2, 0, false, CHANF_UI); Exhumed.PlayLocalSound(ExhumedSnd.kSoundJonLaugh2, 0, false, CHANF_UI);