mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Remove g_wipeskiprender reference in online menu
This commit is contained in:
parent
6b0c2c6fd8
commit
f1f6ab16c5
1 changed files with 0 additions and 2 deletions
|
|
@ -62,8 +62,6 @@ void M_PleaseWait(void)
|
||||||
if (rendermode == render_none)
|
if (rendermode == render_none)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
g_wipeskiprender = true;
|
|
||||||
|
|
||||||
M_DrawTextBox(56, BASEVIDHEIGHT/2-12, 24, 2);
|
M_DrawTextBox(56, BASEVIDHEIGHT/2-12, 24, 2);
|
||||||
V_DrawCenteredString(BASEVIDWIDTH/2, BASEVIDHEIGHT/2, 0, "PLEASE WAIT...");
|
V_DrawCenteredString(BASEVIDWIDTH/2, BASEVIDHEIGHT/2, 0, "PLEASE WAIT...");
|
||||||
I_OsPolling();
|
I_OsPolling();
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue