From c0e267973f9aa73b46c1ce413b7eeba736a36065 Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Sun, 19 Jul 2020 12:21:34 +0100 Subject: [PATCH] Departure board: Skip vehicles with no orders --- src/departures.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/departures.cpp b/src/departures.cpp index 6579ad90a3..245e83d3a3 100644 --- a/src/departures.cpp +++ b/src/departures.cpp @@ -236,6 +236,7 @@ DepartureList* MakeDepartureList(StationID station, const std::vectorGetNumOrders() == 0) continue; if (show_pax != show_freight) { bool carries_passengers = false;