mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-22 02:00:11 +00:00
Don't reset menu in drawing function
This commit is contained in:
parent
f000756448
commit
42ac955584
1 changed files with 0 additions and 4 deletions
|
|
@ -11357,10 +11357,6 @@ static void M_DrawDiscordRequests(void)
|
|||
if (curRequest == NULL)
|
||||
{
|
||||
// Uh oh! Shouldn't happen!
|
||||
if (currentMenu->prevMenu)
|
||||
M_SetupNextMenu(currentMenu->prevMenu);
|
||||
else
|
||||
M_ClearMenus(true);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue