(svn r15666) -Fix [FS#2689]: sorting of engines in the purchase list didn't use the same numbers as the GUI showed, e.g. articulated parts weren't taken into accound when ordering by capacity.
This commit is contained in:
@@ -25,4 +25,6 @@ void SetCachedEngineCounts();
|
||||
void SetYearEngineAgingStops();
|
||||
void StartupOneEngine(Engine *e, Date aging_date);
|
||||
|
||||
uint GetTotalCapacityOfArticulatedParts(EngineID engine, VehicleType type);
|
||||
|
||||
#endif /* ENGINE_H */
|
||||
|
Reference in New Issue
Block a user