Merge branch 'stop-sounds-when-leaving' into 'master'

Stop sounds when exiting the game back to the Title Screen

See merge request KartKrew/Kart!1051
This commit is contained in:
Gunla 2023-03-18 23:24:44 +00:00
commit 03a4cc292c

View file

@ -1049,6 +1049,7 @@ void D_ClearState(void)
tutorialmode = false;
cursongcredit.def = NULL;
S_StopSounds();
G_SetGamestate(GS_NULL);
wipegamestate = GS_NULL;