1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 11:19:59 +00:00

racing:: racing menu now shows whether an official track is on

This commit is contained in:
Zeno Rogue 2022-10-06 12:57:47 +02:00
parent 789770da43
commit 6a626007bb

View File

@ -1128,7 +1128,7 @@ void race_projection() {
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::addItem(XLAT("generate a random track"), 's');