mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-07 04:47:56 +00:00
racing:: fixed the generation of Space Rocks track
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user