[Freeciv-Dev] Re: Strange year counter behaviour.
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
On Sat, Apr 06, 2002 at 04:18:23PM +0100, Gregory Berkolaiko wrote:
> I see strange game year behaviour: it's 1792BC and it's increasing 2 years
> at a time. Could be something that I did, but I suspect it's conected
> with Mike's earlier email about differences in savegames.
See common/game.c:game_next_year():
else if( year >= 1750 || spaceshipparts>=2 )
year += 2;
Raimar
--
email: rf13@xxxxxxxxxxxxxxxxx
Make a software that is foolproof, and only fools will want to use it.
|
|