Complete.Org: Mailing Lists: Archives: freeciv-dev: February 1999:
[Freeciv-Dev] Re: Workers placed on other cities - cont...
Home

[Freeciv-Dev] Re: Workers placed on other cities - cont...

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv-dev@xxxxxxxxxxx
Subject: [Freeciv-Dev] Re: Workers placed on other cities - cont...
From: rizos@xxxxxxxx
Date: Fri, 5 Feb 1999 03:39:21 -0600 (CST)

I wrote:
> PS: On another problem, i just noticed that the first turn after
>     a game is loaded from file, the red border does not appear
>     around tiles occupied by workers from other cities... This
>     is fixed automatically in the next turn...

This happens because from the 3 states at which the tiles around a city
can be (ie, C_TILE_EMPTY, C_TILE_WORKER, C_TILE_UNAVAILABLE), only
the first two are saved in the .sav (see lines 1450-1452 in server/plrhand.c).
Changing this, as well as the corresponding part in player_load(),
(lines 1240-1244) should fix it!

--rizos


[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] Re: Workers placed on other cities - cont..., rizos <=