mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 08:51:24 +00:00
- Exhumed: fixed bad arguments of BuildGameoverScene.
This commit is contained in:
parent
c3d03f21da
commit
b057e59924
1 changed files with 1 additions and 1 deletions
|
@ -868,7 +868,7 @@ class ExhumedCutscenes
|
||||||
//
|
//
|
||||||
//---------------------------------------------------------------------------
|
//---------------------------------------------------------------------------
|
||||||
|
|
||||||
static void BuildGameOverScene(ScreenJobRunner runner, MapRecord map)
|
static void BuildGameOverScene(ScreenJobRunner runner)
|
||||||
{
|
{
|
||||||
System.StopMusic();
|
System.StopMusic();
|
||||||
Exhumed.PlayLocalSound(ExhumedSnd.kSoundJonLaugh2, 0, false, CHANF_UI);
|
Exhumed.PlayLocalSound(ExhumedSnd.kSoundJonLaugh2, 0, false, CHANF_UI);
|
||||||
|
|
Loading…
Reference in a new issue