Project

General

Profile

Feature #1120 » 0039-civ_map-Set-num_continent-num_oceans-type-to-Contine.patch

S3_2 - Marko Lindqvist, 11/15/2024 09:31 PM

View differences:

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;
(2-2/2)