mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'creditsmusic' into 'master'
Menu music plays after credits (fixes #189) Closes #189 See merge request kart-krew-dev/ring-racers!48
This commit is contained in:
commit
abbc6b03d4
1 changed files with 1 additions and 0 deletions
|
|
@ -1593,6 +1593,7 @@ void F_StartGameEnd(void)
|
|||
V_DrawFill(0, 0, BASEVIDWIDTH, BASEVIDHEIGHT, 31);
|
||||
F_WipeEndScreen();
|
||||
F_RunWipe(wipe_level_toblack, wipedefs[wipe_level_toblack], false, "FADEMAP0", false, false);
|
||||
Music_Stop("credits");
|
||||
|
||||
nextmap = NEXTMAP_TITLE;
|
||||
G_EndGame();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue