# HG changeset patch # User orudge # Date 1117448298 0 # Node ID 34e7c16bc7aac0ddb0662c10d14cff767c235b27 # Parent 788e3924a6d10ebdbbadf6291cf0f4faceab195f (svn r2380) - Fix: Build year for mail compartment of planes was not set correctly, affected station ratings (Asterix_) diff --git a/aircraft_cmd.c b/aircraft_cmd.c --- 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;