Don't reset menu in drawing function

This commit is contained in:
Sally Coolatta 2020-08-21 04:17:36 -04:00
parent 983a978c12
commit 4d8c65bb73

View file

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