mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-21 08:57:39 +00:00
more cleanup with uniformizing the keys for 'back' and 'help'
This commit is contained in:
2
rug.cpp
2
rug.cpp
@@ -1703,7 +1703,7 @@ void show() {
|
||||
dialog::init(XLAT("hypersian rug mode"), iinf[itPalace].color, 150, 100);
|
||||
|
||||
dialog::addItem(XLAT("what's this?"), 'h');
|
||||
dialog::addItem(XLAT("go back"), ' ');
|
||||
dialog::addBack();
|
||||
|
||||
dialog::addBoolItem(XLAT("enable the Hypersian Rug mode"), rug::rugged, 'u');
|
||||
|
||||
|
Reference in New Issue
Block a user