mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-23 01:47:39 +00:00
add_action_push consistently; improved some menu hotkeys and ordering; improved some naming
This commit is contained in:
@@ -1218,7 +1218,7 @@ void show() {
|
||||
});
|
||||
if(geometry == gCrystal) {
|
||||
dialog::addBoolItem(XLAT("3D display"), rug::rugged, 'r');
|
||||
dialog::add_action([]() { pushScreen(rug::show); });
|
||||
dialog::add_action_push(rug::show);
|
||||
}
|
||||
else
|
||||
dialog::addBreak(100);
|
||||
|
Reference in New Issue
Block a user