1
0
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:
Zeno Rogue 2019-05-22 23:34:17 +02:00
parent 008cfc220d
commit cc3b7df66d

View File

@ -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;