Complete.Org: Mailing Lists: Archives: freeciv-dev: August 2004:
[Freeciv-Dev] Re: (PR#9818) Inland lakes and borders
Home

[Freeciv-Dev] Re: (PR#9818) Inland lakes and borders

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: mstefek@xxxxxxxxx
Subject: [Freeciv-Dev] Re: (PR#9818) Inland lakes and borders
From: "Jason Short" <jdorje@xxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 27 Aug 2004 14:06:13 -0700
Reply-to: rt@xxxxxxxxxxx

<URL: http://rt.freeciv.org/Ticket/Display.html?id=9818 >

Mateusz Stefek wrote:
> <URL: http://rt.freeciv.org/Ticket/Display.html?id=9818 >
> 
> - MAXIMUM_CLAIMED_OCEAN_SIZE (20)
> + MAXIMUM_CLAIMED_OCEAN_SIZE (20)

Huh?


> +/* Continent which is adjacent to a given ocean. -1 if the ocean is 
> surrounded
> +   by more than one continent */
> +Continent_id lake_surrounders[MAP_NCONT];
> +
> +int ocean_sizes[MAP_NCONT];

Should be static.


Marcelo had a similar patch that counted the sizes (but not boundaries) 
of both oceans and land continents.  Knowing the size of these will 
probably be useful at some point.  Is there any advantage to doing the 
same thing for boundaries (changing lake_surrounders to 
continent_surrounders)?

jason




[Prev in Thread] Current Thread [Next in Thread]