summaryrefslogtreecommitdiff
path: root/src/vehicle_gui.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2010-05-23 15:02:26 +0000
committeralberth <alberth@openttd.org>2010-05-23 15:02:26 +0000
commit268bc7d57102237f6c579e35154504b3851fc16a (patch)
tree2e92635c8005b93a3bcdbe6d822858bbc5993796 /src/vehicle_gui.h
parent135d3683dc40c34a6065660032e85dc7a2424d3e (diff)
downloadopenttd-268bc7d57102237f6c579e35154504b3851fc16a.tar.xz
(svn r19888) -Add [FS#3705]: Add highlighting of drag destination in depot gui (sbr).
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 c73a70212..bfcd98ec8 100644
--- a/src/vehicle_gui.h
+++ b/src/vehicle_gui.h
@@ -64,7 +64,7 @@ static inline bool ValidVLWFlags(uint16 flags)
int DrawVehiclePurchaseInfo(int left, int right, int y, EngineID engine_number);
-void DrawTrainImage(const Train *v, int left, int right, int y, VehicleID selection, int skip);
+void DrawTrainImage(const Train *v, int left, int right, int y, VehicleID selection, int skip, VehicleID drag_dest = INVALID_VEHICLE);
void DrawRoadVehImage(const Vehicle *v, int left, int right, int y, VehicleID selection);
void DrawShipImage(const Vehicle *v, int left, int right, int y, VehicleID selection);
void DrawAircraftImage(const Vehicle *v, int left, int right, int y, VehicleID selection);