mirror of
https://github.com/DrBeef/Raze.git
synced 2025-01-31 21:20:39 +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();
|
Raze.StopMusic();
|
||||||
Exhumed.PlayLocalSound(ExhumedSnd.kSoundJonLaugh2, 0, false, CHANF_UI);
|
Exhumed.PlayLocalSound(ExhumedSnd.kSoundJonLaugh2, 0, false, CHANF_UI);
|
||||||
|
|
Loading…
Reference in a new issue