From 119e4ca5a126e56f196a07708185412f5acaa25e Mon Sep 17 00:00:00 2001 From: James R Date: Mon, 13 Mar 2023 22:58:46 -0700 Subject: [PATCH] Stop sounds when exiting the game back to the Title Screen --- src/d_main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/d_main.c b/src/d_main.c index 3e0db9357..b5c9e2d51 100644 --- a/src/d_main.c +++ b/src/d_main.c @@ -1049,6 +1049,7 @@ void D_ClearState(void) tutorialmode = false; cursongcredit.def = NULL; + S_StopSounds(); G_SetGamestate(GS_NULL); wipegamestate = GS_NULL;