summaryrefslogtreecommitdiff
path: root/src/vehicle_gui.h
diff options
context:
space:
mode:
authorterkhen <terkhen@openttd.org>2010-12-21 13:56:52 +0000
committerterkhen <terkhen@openttd.org>2010-12-21 13:56:52 +0000
commita136200c39704302ddaea1a46a9f3990eb736758 (patch)
treef148bf3e3f629ae2bff801a9ad80388c62974373 /src/vehicle_gui.h
parent5a124feb6dc6a68d56200ffb9c2b497b1970176a (diff)
downloadopenttd-a136200c39704302ddaea1a46a9f3990eb736758.tar.xz
(svn r21565) -Codechange: Add pixel skip to DrawRoadVehImage().
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 51646bbd8..6f4113028 100644
--- a/src/vehicle_gui.h
+++ b/src/vehicle_gui.h
@@ -49,7 +49,7 @@ enum TrainDetailsWindowTabs {
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, VehicleID drag_dest = INVALID_VEHICLE);
-void DrawRoadVehImage(const Vehicle *v, int left, int right, int y, VehicleID selection);
+void DrawRoadVehImage(const Vehicle *v, int left, int right, int y, VehicleID selection, int skip = 0);
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);