Add NewGRF extension feature for more stations per GRF

This commit is contained in:
Jonathan G Rennison
2023-06-11 00:10:26 +01:00
parent dd69339bc7
commit 7084b97a5d

View File

@@ -71,6 +71,7 @@ extern const GRFFeatureInfo _grf_feature_list[] = {
GRFFeatureInfo("varaction2_towns_town_xy", 1),
GRFFeatureInfo("more_varaction2_types", 1, GFTOF_MORE_VARACTION2_TYPES),
GRFFeatureInfo("multi_part_ships", 1, GFTOF_MULTI_PART_SHIPS),
GRFFeatureInfo("more_stations_per_grf", 1),
GRFFeatureInfo(),
};