(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 eec8c04586
commit 544e04fe62
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 */