Initial support for NewGRF road stops (bus and lorry stops)
This commit is contained in:
@@ -87,9 +87,11 @@ enum GrfSpecFeature {
|
||||
GSF_AIRPORTTILES,
|
||||
GSF_ROADTYPES,
|
||||
GSF_TRAMTYPES,
|
||||
|
||||
GSF_ROADSTOPS,
|
||||
GSF_END,
|
||||
|
||||
GSF_REAL_FEATURE_END = GSF_END,
|
||||
GSF_REAL_FEATURE_END = GSF_ROADSTOPS,
|
||||
|
||||
GSF_FAKE_TOWNS = GSF_END, ///< Fake town GrfSpecFeature for NewGRF debugging (parent scope)
|
||||
GSF_FAKE_STATION_STRUCT, ///< Fake station struct GrfSpecFeature for NewGRF debugging
|
||||
@@ -302,6 +304,7 @@ struct GRFFile : ZeroedMemoryAllocator {
|
||||
struct ObjectSpec **objectspec;
|
||||
struct AirportSpec **airportspec;
|
||||
struct AirportTileSpec **airtspec;
|
||||
struct RoadStopSpec **roadstops;
|
||||
|
||||
GRFFeatureMapRemapSet feature_id_remaps;
|
||||
GRFFilePropertyRemapSet action0_property_remaps[GSF_END];
|
||||
|
Reference in New Issue
Block a user