diff --git a/landgen.cpp b/landgen.cpp index 907a7906..77f44b26 100644 --- a/landgen.cpp +++ b/landgen.cpp @@ -819,7 +819,6 @@ void giantLandSwitch(cell *c, int d, cell *from) { c->wall = waIcewall; for(int i=0; itype; i++) if(hrand(100) < 50) { cell *c2 = createMov(c, i); - setdist(c2, d+1, c); if(c2->wall == waBarrier || c2->land != laIce) continue; c2->wall = waIcewall; }