Allow menu in GS_TITLESCREEN fadein
This commit is contained in:
parent
c21786ed5d
commit
6a45300f8f
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue