Black out the background around the GAMEQUIT picture, since we removed the automatic doing of that for non-green resolutions.

This commit is contained in:
toaster 2018-11-05 12:52:15 +00:00
parent 263b29a4a6
commit 9eafb61fd3
1 changed files with 1 additions and 0 deletions

View File

@ -9662,6 +9662,7 @@ void M_QuitResponse(INT32 ch)
ptime = I_GetTime() + NEWTICRATE*2; // Shortened the quit time, used to be 2 seconds Tails 03-26-2001
while (ptime > I_GetTime())
{
V_DrawFill(0, 0, BASEVIDWIDTH, BASEVIDHEIGHT, 31);
V_DrawSmallScaledPatch(0, 0, 0, W_CachePatchName("GAMEQUIT", PU_CACHE)); // Demo 3 Quit Screen Tails 06-16-2001
I_FinishUpdate(); // Update the screen with the image Tails 06-19-2001
I_Sleep();