mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-03 19:27:54 +00:00
fixed racing official track generation
This commit is contained in:
@@ -570,6 +570,7 @@ EX void placeLocalSpecial(cell *c, int outof, int loc IS(1), int priz IS(1)) {
|
||||
}
|
||||
|
||||
EX void placeCrossroadOrbs(cell *c) {
|
||||
if(racing::on) return;
|
||||
if(peace::on) return;
|
||||
if(daily::on) return;
|
||||
for(auto& oi: orbinfos) {
|
||||
|
Reference in New Issue
Block a user