Re: [Freeciv-Dev] Odd error message.
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
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
|
|