mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-07 10:52:23 +00:00
more cleanup with uniformizing the keys for 'back' and 'help'
This commit is contained in:
@@ -950,7 +950,7 @@ void showMagicMenu() {
|
||||
|
||||
dialog::addSelItem(XLAT("delete markers"), its(size(amp)), 'D');
|
||||
dialog::addItem(XLAT("perform auto-adjustment"), 'R');
|
||||
dialog::addItem(XLAT("back"), '0');
|
||||
dialog::addBack();
|
||||
|
||||
getcstat = '-';
|
||||
|
||||
@@ -1095,8 +1095,8 @@ void showMenu() {
|
||||
dialog::addItem(XLAT("save texture config"), 's');
|
||||
}
|
||||
|
||||
dialog::addItem(XLAT("help"), SDLK_F1);
|
||||
dialog::addItem(XLAT("back"), '0');
|
||||
dialog::addHelp();
|
||||
dialog::addBack();
|
||||
|
||||
getcstat = '-';
|
||||
|
||||
|
Reference in New Issue
Block a user