(svn r2380) - Fix: Build year for mail compartment of planes was not set correctly, affected station ratings (Asterix_)
authororudge
Mon, 30 May 2005 10:18:18 +0000
changeset 1874 0de81735ed43
parent 1873 c8637fc2977b
child 1875 3a1dba8ed6ea
(svn r2380) - Fix: Build year for mail compartment of planes was not set correctly, affected station ratings (Asterix_)
aircraft_cmd.c
--- a/aircraft_cmd.c	Sun May 29 20:42:01 2005 +0000
+++ b/aircraft_cmd.c	Mon May 30 10:18:18 2005 +0000
@@ -295,7 +295,7 @@
 		v->service_interval = _patches.servint_aircraft;
 
 		v->date_of_last_service = _date;
-		v->build_year = _cur_year;
+		v->build_year = u->build_year = _cur_year;
 
 		v->cur_image = u->cur_image = 0xEA0;