summaryrefslogtreecommitdiff
path: root/src/vehicle_cmd.cpp
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2010-04-24 20:55:51 +0000
committersmatz <smatz@openttd.org>2010-04-24 20:55:51 +0000
commite3c89df39888b24038790496a149b9048f2c6f0c (patch)
tree7eec301817fb2757a509f002f21497fe17287617 /src/vehicle_cmd.cpp
parent82136fbc62301c0f350c51d438c10be04c863720 (diff)
downloadopenttd-e3c89df39888b24038790496a149b9048f2c6f0c.tar.xz
(svn r19714) -Feature: ctrl+click on a vehicle to start/stop it
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 c621ed271..19c0016e1 100644
--- a/src/vehicle_cmd.cpp
+++ b/src/vehicle_cmd.cpp
@@ -64,7 +64,7 @@ const uint32 _send_to_depot_proc_table[] = {
/** Start/Stop a vehicle
* @param tile unused
* @param flags type of operation
- * @param p1 vehicle to start/stop
+ * @param p1 vehicle to start/stop, don't forget to change CcStartStopVehicle if you modify this!
* @param p2 bit 0: Shall the start/stop newgrf callback be evaluated (only valid with DC_AUTOREPLACE for network safety)
* @param text unused
* @return the cost of this operation or an error