- Exhumed: fixed bad arguments of BuildGameoverScene.

This commit is contained in:
Christoph Oelckers 2021-08-14 09:19:27 +02:00
parent c3d03f21da
commit b057e59924

View file

@ -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);