mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Stop sounds when exiting the game back to the Title Screen
This commit is contained in:
parent
9f4c080964
commit
119e4ca5a1
1 changed files with 1 additions and 0 deletions
|
|
@ -1049,6 +1049,7 @@ void D_ClearState(void)
|
|||
tutorialmode = false;
|
||||
|
||||
cursongcredit.def = NULL;
|
||||
S_StopSounds();
|
||||
|
||||
G_SetGamestate(GS_NULL);
|
||||
wipegamestate = GS_NULL;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue