File diff r20516:1c902fc3d8d2 → r20517:00828686142f
src/vehicle_gui.cpp
Show inline comments
 
@@ -1732,7 +1732,6 @@ void ShowVehicleListWindow(const Vehicle
 

	
 
void ShowVehicleListWindow(CompanyID company, VehicleType vehicle_type, StationID station)
 
{
 
	_vehicle_list_desc.flags &= ~WDF_CONSTRUCTION;
 
	ShowVehicleListWindowLocal(company, VL_STATION_LIST, vehicle_type, station);
 
}