mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-28 16:32:18 +00:00
fix the generation of Crossroads official track
This commit is contained in:
parent
c3c7721a4c
commit
8dc64e1a45
@ -944,6 +944,7 @@ void track_chooser(bool official) {
|
|||||||
multi::players = playercfg;
|
multi::players = playercfg;
|
||||||
specialland = l;
|
specialland = l;
|
||||||
if(!racing::on) switch_game_mode(rg::racing);
|
if(!racing::on) switch_game_mode(rg::racing);
|
||||||
|
if(l == laCrossroads) land_structure = lsNiceWalls;
|
||||||
if(official) {
|
if(official) {
|
||||||
racing::on = false;
|
racing::on = false;
|
||||||
load_official_track();
|
load_official_track();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user