1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-23 21:07:17 +00:00

in quotient geometries, the whole world is now generated at level 8 (otherwise Blizzard breaks down)

This commit is contained in:
Zeno Rogue 2018-06-28 10:29:32 +02:00
parent 95b1c4d9fa
commit 992d952005

View File

@ -291,6 +291,9 @@ void initgame() {
bfs();
checkmove();
playermoved = true;
if(quotient || sphere)
for(cell *c: currentmap->allcells()) setdist(c, 8, NULL);
if(!cheater) gamerange_bonus = genrange_bonus = 0;
}