Closed datalurkur closed 14 years ago
Currently, during the downward-fill process of world population, tiles are unnecessarily filled, since the algorithm works from x->y->z rather than starting at the highest z-level and working its way down. Fix this.
A worldgen rewrite makes this ticket invalid
Currently, during the downward-fill process of world population, tiles are unnecessarily filled, since the algorithm works from x->y->z rather than starting at the highest z-level and working its way down. Fix this.