D_ClearState: Prevent opportunities for double-wipes

This commit is contained in:
toaster 2023-02-05 13:35:15 +00:00
parent e874b5ba18
commit de526a7889

View file

@ -968,6 +968,7 @@ void D_ClearState(void)
tutorialmode = false;
G_SetGamestate(GS_NULL);
wipegamestate = GS_NULL;
}
//