Add release slot train order
This commit is contained in:
@@ -655,6 +655,10 @@ std::vector<TimetableProgress> PopulateSeparationState(const Vehicle *v_start)
|
||||
// Do not try to separate vehicles on depot service or halt orders
|
||||
separation_valid = false;
|
||||
}
|
||||
if (order->IsType(OT_RELEASE_SLOT)) {
|
||||
// Do not try to separate vehicles on release slot orders
|
||||
separation_valid = false;
|
||||
}
|
||||
int order_ticks;
|
||||
if (order->GetType() == OT_GOTO_STATION && (v->current_order.IsType(OT_LOADING) || v->current_order.IsType(OT_LOADING_ADVANCE)) &&
|
||||
v->last_station_visited == order->GetDestination()) {
|
||||
|
Reference in New Issue
Block a user