From 3cab5f30c06035034bcf5b513c2eee57b8ec11e9 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 16 Aug 2006 11:39:55 +0000 Subject: (svn r5926) -Codechange: make _cur_year contain the full year, instead of the offset since 1920 -Codechange: store all year related variables that are _not_ stored in a savegame/transported over the network in the same format as _cur_year --- ship_cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ship_cmd.c') diff --git a/ship_cmd.c b/ship_cmd.c index ac0492925..5b74cd863 100644 --- a/ship_cmd.c +++ b/ship_cmd.c @@ -901,7 +901,7 @@ int32 CmdBuildShip(TileIndex tile, uint32 flags, uint32 p1, uint32 p2) v->service_interval = _patches.servint_ships; v->date_of_last_service = _date; - v->build_year = _cur_year; + v->build_year = _cur_year - BASE_YEAR; v->cur_image = 0x0E5E; v->type = VEH_Ship; v->random_bits = VehicleRandomBits(); -- cgit v1.2.3-70-g09d2