3d:: disabled anti-bad-generation

This commit is contained in:
?
2019-09-12 22:38:42 +02:00
committed by Zeno Rogue
parent ba49bb203a
commit 142ddc9630
+1 -1
View File
@@ -2415,7 +2415,7 @@ void setdist(cell *c, int d, cell *from) {
// this fixes the following problem:
// http://steamcommunity.com/app/342610/discussions/0/1470840994970724215/
if(!generatingEquidistant && from && d >= 7 && c->land && !binarytiling && !archimedean && geometry != gCrystal) {
if(!generatingEquidistant && from && d >= 7 && c->land && !binarytiling && !archimedean && geometry != gCrystal && DIM == 2) {
int cdi = celldist(c);
if(celldist(from) > cdi) {
forCellCM(c2, c) if(celldist(c2) < cdi) {