summaryrefslogtreecommitdiff
path: root/src/vehicle_gui.h
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_gui.h
parent82136fbc62301c0f350c51d438c10be04c863720 (diff)
downloadopenttd-e3c89df39888b24038790496a149b9048f2c6f0c.tar.xz
(svn r19714) -Feature: ctrl+click on a vehicle to start/stop it
Diffstat (limited to 'src/vehicle_gui.h')
-rw-r--r--src/vehicle_gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vehicle_gui.h b/src/vehicle_gui.h
index 029737204..07dda47fc 100644
--- a/src/vehicle_gui.h
+++ b/src/vehicle_gui.h
@@ -108,7 +108,7 @@ static inline WindowClass GetWindowClassForVehicleType(VehicleType vt)
/* Unified window procedure */
void ShowVehicleViewWindow(const Vehicle *v);
-void StartStopVehicle(const Vehicle *v);
+void StartStopVehicle(const Vehicle *v, bool texteffect);
Vehicle *CheckClickOnVehicle(const struct ViewPort *vp, int x, int y);