Revert this now that we have ESC functionality

(I mean. I still think this feels nicer than pressing the menu button, but...)
This commit is contained in:
TehRealSalt 2018-09-15 20:13:29 -04:00
parent 649d547209
commit 7edb99b87a
1 changed files with 3 additions and 4 deletions

View File

@ -2737,10 +2737,9 @@ boolean M_Responder(event_t *ev)
}
// Why _does_ backspace go back anyway?
// Sal: Because it supports gamepads better. And still makes sense for keyboard.
currentMenu->lastOn = itemOn;
if (currentMenu->prevMenu)
M_SetupNextMenu(currentMenu->prevMenu);
//currentMenu->lastOn = itemOn;
//if (currentMenu->prevMenu)
// M_SetupNextMenu(currentMenu->prevMenu);
return false;
default: