NewGRF: Add extension for more Action2 set IDs

This commit is contained in:
Jonathan G Rennison
2023-03-05 14:40:02 +00:00
parent 2b288c8056
commit de17e0aa4d
4 changed files with 15 additions and 11 deletions

View File

@@ -61,6 +61,7 @@ extern const GRFFeatureInfo _grf_feature_list[] = {
GRFFeatureInfo("road_stops", 7),
GRFFeatureInfo("new_landscape", 2),
GRFFeatureInfo("more_objects_per_grf", 1, GFTOF_MORE_OBJECTS_PER_GRF),
GRFFeatureInfo("more_action2_ids", 1, GFTOF_MORE_ACTION2_IDS),
GRFFeatureInfo(),
};