Add: NewGRF road stops
This commit is contained in:

committed by
rubidium42

parent
a18182e24b
commit
4c1406a4b5
@@ -776,6 +776,8 @@ GrfSpecFeature GetGrfSpecFeature(TileIndex tile)
|
||||
switch (GetStationType(tile)) {
|
||||
case STATION_RAIL: return GSF_STATIONS;
|
||||
case STATION_AIRPORT: return GSF_AIRPORTTILES;
|
||||
case STATION_BUS: return GSF_ROADSTOPS;
|
||||
case STATION_TRUCK: return GSF_ROADSTOPS;
|
||||
default: return GSF_INVALID;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user