(svn r15592) -Fix: Refit-info in purchase list did only check the first articulated part.

This commit is contained in:
frosch
2009-02-27 20:40:39 +00:00
parent d97b0ce864
commit da78726e0c
5 changed files with 51 additions and 18 deletions

View File

@@ -716,6 +716,7 @@ bool IsEngineBuildable(EngineID engine, VehicleType type, CompanyID company)
/**
* Check if an engine is refittable.
* Note: Likely you want to use IsArticulatedVehicleRefittable().
* @param engine index of the engine to check.
* @return true if the engine is refittable.
*/