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;