mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-14 13:51:31 +00:00
Don't reset menu in drawing function
This commit is contained in:
parent
983a978c12
commit
4d8c65bb73
1 changed files with 0 additions and 4 deletions
|
@ -11357,10 +11357,6 @@ static void M_DrawDiscordRequests(void)
|
||||||
if (curRequest == NULL)
|
if (curRequest == NULL)
|
||||||
{
|
{
|
||||||
// Uh oh! Shouldn't happen!
|
// Uh oh! Shouldn't happen!
|
||||||
if (currentMenu->prevMenu)
|
|
||||||
M_SetupNextMenu(currentMenu->prevMenu);
|
|
||||||
else
|
|
||||||
M_ClearMenus(true);
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue