mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +00:00
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:
parent
33ca25c705
commit
5f8e8f4ab2
1 changed files with 1 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue