Complete.Org: Mailing Lists: Archives: freeciv-dev: August 2000:
[Freeciv-Dev] mapgen.c
Home

[Freeciv-Dev] mapgen.c

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv-dev@xxxxxxxxxxx
Subject: [Freeciv-Dev] mapgen.c
From: Erik Sigra <freeciv@xxxxxxx>
Date: Sat, 26 Aug 2000 15:47:53 +0200

Hi,
Could the person responisble for mapgen.c please go through it and add a
lot of comments? Because more comments could be useful. Especially
function descriptions and variabe descritions. I would also appreciate
longer and more descriptive variable names. There are some 1-letter
variables, and some with general names such as "counter" and "number".
Please change them to something more descriptive like foo_counter and
number_of_bars!

For example, what does this line do? (why 16?)
  map_set_terrain(x, y, map_get_terrain(x,y)+16);



[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] mapgen.c, Erik Sigra <=