(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 808140792074
parent 1873 2b7f22c71e48
child 1875 f7155c837fa2
(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;