mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +00:00
racing:: fixed the generation of Space Rocks track
This commit is contained in:
parent
008cfc220d
commit
cc3b7df66d
@ -2381,7 +2381,7 @@ void giantLandSwitch(cell *c, int d, cell *from) {
|
||||
break;
|
||||
|
||||
case laAsteroids:
|
||||
c->wall = waInvisibleFloor;
|
||||
if(d >= 7) c->wall = waInvisibleFloor;
|
||||
break;
|
||||
|
||||
case landtypes: break;
|
||||
|
Loading…
Reference in New Issue
Block a user