Stop sounds when exiting the game back to the Title Screen

This commit is contained in:
James R 2023-03-13 22:58:46 -07:00
parent 9f4c080964
commit 119e4ca5a1

View file

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