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
1 changed files with 3 additions and 0 deletions

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