(svn r13702) -Fix: do not overflow the order/timetable window when 'long' orders are displayed.

This commit is contained in:
rubidium
2008-07-14 20:18:06 +00:00
parent 9895afb43e
commit be722412fa
4 changed files with 10 additions and 10 deletions

View File

@@ -38,7 +38,7 @@ void CheckOrders(const Vehicle*);
void DeleteVehicleOrders(Vehicle *v);
bool ProcessOrders(Vehicle *v);
void DrawOrderString(const Vehicle *v, const Order *order, int order_index, int y, bool selected, bool timetable);
void DrawOrderString(const Vehicle *v, const Order *order, int order_index, int y, bool selected, bool timetable, int width);
#define MIN_SERVINT_PERCENT 5
#define MAX_SERVINT_PERCENT 90