mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-10 12:17:39 +00:00
add_action_push consistently; improved some menu hotkeys and ordering; improved some naming
This commit is contained in:
@@ -1009,7 +1009,7 @@ void race_projection() {
|
||||
dialog::addBreak(100);
|
||||
|
||||
dialog::addItem(XLAT("configure the projection"), 'p');
|
||||
dialog::add_action([] () { pushScreen(race_projection); });
|
||||
dialog::add_action_push(race_projection);
|
||||
|
||||
dialog::addBoolItem(XLAT("guiding line"), guiding, 'g');
|
||||
dialog::add_action([] () { guiding = !guiding; });
|
||||
|
Reference in New Issue
Block a user