Allow menu in GS_TITLESCREEN fadein

This commit is contained in:
GenericHeroGuy 2025-03-29 00:52:31 +01:00
parent c21786ed5d
commit 6a45300f8f

View file

@ -674,7 +674,7 @@ static bool D_Display(void)
{
F_WipeEndScreen();
F_RunWipe(wipetypepost, gamestate != GS_TIMEATTACK && gamestate != GS_TITLESCREEN);
F_RunWipe(wipetypepost, gamestate != GS_TIMEATTACK);
ranwipe = true;
}