summaryrefslogtreecommitdiff
path: root/src/vehicle_cmd.cpp
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2010-03-20 15:23:26 +0000
committeralberth <alberth@openttd.org>2010-03-20 15:23:26 +0000
commit073f627930ba7816302afe10dcd2b44031c70fb6 (patch)
tree3b577f5770b3b60696657383df57e75515f050b0 /src/vehicle_cmd.cpp
parent116a5f56a4c1362446bcf921e4436a19057d105e (diff)
downloadopenttd-073f627930ba7816302afe10dcd2b44031c70fb6.tar.xz
(svn r19482) -Doc: Doxygen additions/updates.
Diffstat (limited to 'src/vehicle_cmd.cpp')
-rw-r--r--src/vehicle_cmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vehicle_cmd.cpp b/src/vehicle_cmd.cpp
index 0f96e4615..974b83bab 100644
--- a/src/vehicle_cmd.cpp
+++ b/src/vehicle_cmd.cpp
@@ -274,7 +274,7 @@ static CommandCost GetRefitCost(EngineID engine_type)
* @param new_cid Cargotype to refit to
* @param new_subtype Cargo subtype to refit to
* @param flags Command flags
- * @return refit cost; or CMD_ERROR if no vehicle was actually refitable to the cargo
+ * @return Refit cost.
*/
CommandCost RefitVehicle(Vehicle *v, bool only_this, CargoID new_cid, byte new_subtype, DoCommandFlag flags)
{