Don't reset menu in drawing function

This commit is contained in:
Sally Coolatta 2020-08-21 04:17:36 -04:00
parent f000756448
commit 42ac955584

View file

@ -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;
}