Initial implementation of road waypoints
This commit is contained in:
@@ -314,13 +314,15 @@ static uint GetTileCatchmentRadius(TileIndex tile, const Station *st)
|
||||
|
||||
default: NOT_REACHED();
|
||||
case STATION_BUOY:
|
||||
case STATION_WAYPOINT: return CA_NONE;
|
||||
case STATION_WAYPOINT:
|
||||
case STATION_ROADWAYPOINT: return CA_NONE;
|
||||
}
|
||||
} else {
|
||||
switch (GetStationType(tile)) {
|
||||
default: return CA_UNMODIFIED + inc;
|
||||
case STATION_BUOY:
|
||||
case STATION_WAYPOINT: return CA_NONE;
|
||||
case STATION_WAYPOINT:
|
||||
case STATION_ROADWAYPOINT: return CA_NONE;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user