changeset 1874:34e7c16bc7aa draft

(svn r2380) - Fix: Build year for mail compartment of planes was not set correctly, affected station ratings (Asterix_)
author orudge <orudge@openttd.org>
date Mon, 30 May 2005 10:18:18 +0000
parents 788e3924a6d1
children 951cd01003ce
files aircraft_cmd.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/aircraft_cmd.c
+++ b/aircraft_cmd.c
@@ -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;