Feature #1120 » 0039-civ_map-Set-num_continent-num_oceans-type-to-Contine.patch
common/map_types.h | ||
---|---|---|
int xsize, ysize; /* native dimensions */
|
||
int north_latitude;
|
||
int south_latitude;
|
||
int num_continents;
|
||
int num_oceans; /* not updated at the client */
|
||
Continent_id num_continents;
|
||
Continent_id num_oceans; /* Not updated at the client */
|
||
struct tile *tiles;
|
||
struct startpos_hash *startpos_table;
|
||
- « Previous
- 1
- 2
- Next »