mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +00:00
racing:: racing menu now shows whether an official track is on
This commit is contained in:
parent
789770da43
commit
6a626007bb
@ -1128,7 +1128,7 @@ void race_projection() {
|
|||||||
|
|
||||||
dialog::init(XLAT("Racing"));
|
dialog::init(XLAT("Racing"));
|
||||||
|
|
||||||
dialog::addItem(XLAT("play on an official track"), 'O');
|
dialog::addBoolItem(XLAT("play on an official track"), racing::on && official_race, 'O');
|
||||||
dialog::add_action_push([/*this*/] () { track_chooser(true); });
|
dialog::add_action_push([/*this*/] () { track_chooser(true); });
|
||||||
|
|
||||||
dialog::addItem(XLAT("generate a random track"), 's');
|
dialog::addItem(XLAT("generate a random track"), 's');
|
||||||
|
Loading…
Reference in New Issue
Block a user