Complete.Org: Mailing Lists: Archives: freeciv-dev: June 1999:
Re: [Freeciv-Dev] Odd error message.
Home

Re: [Freeciv-Dev] Odd error message.

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv-dev@xxxxxxxxxxxx
Subject: Re: [Freeciv-Dev] Odd error message.
From: David Pfitzner <dwp@xxxxxxxxxxxxxx>
Date: Tue, 29 Jun 1999 12:08:39 +1000

Tony Stuckey wrote:

>       Watching an AI game on a 200x100 world, I got this error logged.
> 
> 1: ran out of continent numbers in client
> 
>       We might want to make the possible number of "continents" bigger.

Yeah.  (Although that error in the client is "mostly harmless".)

Currently the "continent" field in the tile struct is an 
unsigned char, which limits us to 256-odd continents.  
(The server doesn't generate more real continents than 
this, but the client may see more "apparent" continents.)

There is probably no good reason not to make the continent
field say an unsigned short.

-- David

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