mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-10 10:24:06 +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;
|
break;
|
||||||
|
|
||||||
case laAsteroids:
|
case laAsteroids:
|
||||||
c->wall = waInvisibleFloor;
|
if(d >= 7) c->wall = waInvisibleFloor;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case landtypes: break;
|
case landtypes: break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user