Codechange: strongly type StationID
This commit is contained in:
+1
-1
@@ -2340,7 +2340,7 @@ void ShowVehicleListWindow(const Vehicle *v)
|
||||
|
||||
void ShowVehicleListWindow(CompanyID company, VehicleType vehicle_type, StationID station)
|
||||
{
|
||||
ShowVehicleListWindowLocal(company, VL_STATION_LIST, vehicle_type, station);
|
||||
ShowVehicleListWindowLocal(company, VL_STATION_LIST, vehicle_type, station.base());
|
||||
}
|
||||
|
||||
void ShowVehicleListWindow(CompanyID company, VehicleType vehicle_type, TileIndex depot_tile)
|
||||
|
||||
Reference in New Issue
Block a user