diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/vehicle_gui.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vehicle_gui.cpp b/src/vehicle_gui.cpp index cb61a5fd3..cfff95480 100644 --- a/src/vehicle_gui.cpp +++ b/src/vehicle_gui.cpp @@ -1732,7 +1732,6 @@ void ShowVehicleListWindow(const Vehicle *v) void ShowVehicleListWindow(CompanyID company, VehicleType vehicle_type, StationID station) { - _vehicle_list_desc.flags &= ~WDF_CONSTRUCTION; ShowVehicleListWindowLocal(company, VL_STATION_LIST, vehicle_type, station); } |