mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 08:51:24 +00:00
- fixed definition of ExhumedCutscenes.BuildGameoverScene.
Needs to be declared static.
This commit is contained in:
parent
24ce5d6130
commit
61d81efe45
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue