diff --git a/src/d_main.c b/src/d_main.c index a7f327403..a40ce1145 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;