Ensure that timetable and scheduled dispatch windows redrawn as required
Reduce inefficient window and shared order list iteration
This commit is contained in:
@@ -639,7 +639,7 @@ public:
|
||||
void RemoveScheduledDispatch(uint32 offset);
|
||||
void ClearScheduledDispatch() { this->scheduled_dispatch.clear(); }
|
||||
bool UpdateScheduledDispatchToDate(DateTicksScaled now);
|
||||
void UpdateScheduledDispatch();
|
||||
void UpdateScheduledDispatch(const Vehicle *v);
|
||||
|
||||
/**
|
||||
* Set the scheduled dispatch duration, in scaled tick
|
||||
|
Reference in New Issue
Block a user