mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-18 15:32:10 +00:00
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:
parent
649d547209
commit
7edb99b87a
1 changed files with 3 additions and 4 deletions
|
@ -2737,10 +2737,9 @@ boolean M_Responder(event_t *ev)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Why _does_ backspace go back anyway?
|
// Why _does_ backspace go back anyway?
|
||||||
// Sal: Because it supports gamepads better. And still makes sense for keyboard.
|
//currentMenu->lastOn = itemOn;
|
||||||
currentMenu->lastOn = itemOn;
|
//if (currentMenu->prevMenu)
|
||||||
if (currentMenu->prevMenu)
|
// M_SetupNextMenu(currentMenu->prevMenu);
|
||||||
M_SetupNextMenu(currentMenu->prevMenu);
|
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in a new issue