Complete.Org:
Mailing Lists:
Archives:
freeciv-dev:
August 2000: [Freeciv-Dev] Map Generator: 2 Poor Columns (PR#538) |
[Freeciv-Dev] Map Generator: 2 Poor Columns (PR#538)[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Full Name: Erik Sigra Version: Current CVS The map has two columns which are much less equipped than the other columns. The poor columns seem to have no rivers or forests. But they have swamps. The problem is likely to be the following line of code that appears several times in mapgen.c: if (x==0 || x==map.xsize-1 ||y==0 || y==map.ysize-1) It seems to prevent things from being added to those columns. Here are 3 savegames where it can be seen clearly:
wraparound01.gz
wraparound02.gz
wraparound03.gz
|