From a136200c39704302ddaea1a46a9f3990eb736758 Mon Sep 17 00:00:00 2001 From: terkhen Date: Tue, 21 Dec 2010 13:56:52 +0000 Subject: (svn r21565) -Codechange: Add pixel skip to DrawRoadVehImage(). --- src/vehicle_gui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vehicle_gui.h') 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); -- cgit v1.2.3-54-g00ecf