Only fill the intermission with blapck if we can't draw patches

This fixes an issue where patches cease to be drawn due to Y_UnloadData, but
the screen is still overwritten, causing the next wipe to start from void.
This commit is contained in:
James R 2020-06-25 13:03:19 -07:00
parent 0435acd516
commit 864e703355

View file

@ -330,7 +330,7 @@ void Y_IntermissionDrawer(void)
safetorender = false;
}
if (!usebuffer || !safetorender)
if (!safetorender)
V_DrawFill(0, 0, BASEVIDWIDTH, BASEVIDHEIGHT, 31);
if (!safetorender)