(svn r14926) -Feature: Automatically set last engine ageing year to the last 'introduction year plus half model life', to allow engines later than 2050 to appear.

This commit is contained in:
peter1138
2009-01-08 21:48:59 +00:00
parent b522f73ba8
commit 0052c85002
3 changed files with 30 additions and 7 deletions

View File

@@ -29,5 +29,6 @@ bool IsEngineBuildable(EngineID engine, VehicleType type, CompanyID company);
bool IsEngineRefittable(EngineID engine);
CargoID GetEngineCargoType(EngineID engine);
void SetCachedEngineCounts();
void SetYearEngineAgingStops();
#endif /* ENGINE_H */