summaryrefslogtreecommitdiff
path: root/src/order_func.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/order_func.h')
-rw-r--r--src/order_func.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/order_func.h b/src/order_func.h
index 0ba62fab6..1e016858b 100644
--- a/src/order_func.h
+++ b/src/order_func.h
@@ -47,7 +47,7 @@ bool ProcessOrders(Vehicle *v);
bool UpdateOrderDest(Vehicle *v, const Order *order, int conditional_depth = 0);
VehicleOrderID ProcessConditionalOrder(const Order *order, const Vehicle *v);
-void DrawOrderString(const Vehicle *v, const Order *order, int order_index, int y, bool selected, bool timetable, int left, int right);
+void DrawOrderString(const Vehicle *v, const Order *order, int order_index, int y, bool selected, bool timetable, int left, int middle, int right);
#define MIN_SERVINT_PERCENT 5
#define MAX_SERVINT_PERCENT 90