Project

General

Profile

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

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

View differences:

common/map_types.h
int north_latitude;
int south_latitude;
int num_continents;
int num_oceans;
Continent_id num_continents;
Continent_id num_oceans;
/* These arrays are indexed by continent number (or negative of the
* ocean number) so the 0th element is unused and the array is 1 element
* larger than you'd expect.
(1-1/2)