Changeset - r1874:9cf427764e8e
[Not reviewed]
master
0 1 0
orudge - 19 years ago 2005-05-30 10:18:18
orudge@openttd.org
(svn r2380) - Fix: Build year for mail compartment of planes was not set correctly, affected station ratings (Asterix_)
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
aircraft_cmd.c
Show inline comments
 
@@ -295,7 +295,7 @@ int32 CmdBuildAircraft(int x, int y, uin
 
		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;
 

	
0 comments (0 inline, 0 general)