Departure boards: Ensure conditional order give up mode exits correctly
This commit is contained in:
@@ -343,6 +343,7 @@ DepartureList* MakeDepartureList(StationID station, const std::vector<const Vehi
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* If the scheduled departure date is too far in the future, stop. */
|
/* If the scheduled departure date is too far in the future, stop. */
|
||||||
@@ -505,6 +506,7 @@ DepartureList* MakeDepartureList(StationID station, const std::vector<const Vehi
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* If we reach the original station again, then use it as the terminus. */
|
/* If we reach the original station again, then use it as the terminus. */
|
||||||
@@ -753,6 +755,7 @@ DepartureList* MakeDepartureList(StationID station, const std::vector<const Vehi
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Skip it if it's an automatic order. */
|
/* Skip it if it's an automatic order. */
|
||||||
|
Reference in New Issue
Block a user