(svn r17557) -Codechange: Pass left and right edge to DrawOrderString().

This commit is contained in:
alberth
2009-09-16 19:00:53 +00:00
parent 893f1282cb
commit 24e9ee8ab4
3 changed files with 5 additions and 5 deletions

View File

@@ -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 width);
void DrawOrderString(const Vehicle *v, const Order *order, int order_index, int y, bool selected, bool timetable, int left, int right);
#define MIN_SERVINT_PERCENT 5
#define MAX_SERVINT_PERCENT 90