mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 12:01:47 +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
7f92aaba66
commit
30c37ee440
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…
Add table
Reference in a new issue