1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-06-23 16:54:07 +00:00

fix the generation of Crossroads official track

This commit is contained in:
Zeno Rogue 2025-05-06 13:31:49 +02:00
parent c3c7721a4c
commit 8dc64e1a45

View File

@ -944,6 +944,7 @@ void track_chooser(bool official) {
multi::players = playercfg;
specialland = l;
if(!racing::on) switch_game_mode(rg::racing);
if(l == laCrossroads) land_structure = lsNiceWalls;
if(official) {
racing::on = false;
load_official_track();