diff --git a/src/d_main.cpp b/src/d_main.cpp index 9cdfdd510..01f332187 100644 --- a/src/d_main.cpp +++ b/src/d_main.cpp @@ -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; }