1
0
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:
Zeno Rogue
2018-06-13 00:00:01 +02:00
parent 44affc3e9d
commit 3881a7dd97
18 changed files with 69 additions and 58 deletions

View File

@@ -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 = '-';