summaryrefslogtreecommitdiff
path: root/src/engine.cpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2009-02-27 20:40:39 +0000
committerfrosch <frosch@openttd.org>2009-02-27 20:40:39 +0000
commitda78726e0c1758caa54abca6073089f552be1e81 (patch)
tree7419f11ae37834876be39c85f17576ba1dd82c3e /src/engine.cpp
parentd97b0ce8645a6597bcffca4e5cec8eacd923f351 (diff)
downloadopenttd-da78726e0c1758caa54abca6073089f552be1e81.tar.xz
(svn r15592) -Fix: Refit-info in purchase list did only check the first articulated part.
Diffstat (limited to 'src/engine.cpp')
-rw-r--r--src/engine.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine.cpp b/src/engine.cpp
index d48b23bff..eb9c51fd4 100644
--- a/src/engine.cpp
+++ b/src/engine.cpp
@@ -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.
*/