File diff r4292:340dc5050536 → r4293:cbb984a32af5
roadveh_cmd.c
Show inline comments
 
@@ -184,7 +184,7 @@ int32 CmdBuildRoadVeh(TileIndex tile, ui
 
		v->service_interval = _patches.servint_roadveh;
 

	
 
		v->date_of_last_service = _date;
 
		v->build_year = _cur_year;
 
		v->build_year = _cur_year - BASE_YEAR;
 

	
 
		v->type = VEH_Road;
 
		v->cur_image = 0xC15;