Multi-part ships: Require feature test to enable callback 16

This commit is contained in:
Jonathan G Rennison
2023-03-15 22:36:27 +00:00
parent 87e4258fe3
commit 8cd7c9559f
4 changed files with 9 additions and 2 deletions

View File

@@ -66,7 +66,7 @@ extern const GRFFeatureInfo _grf_feature_list[] = {
GRFFeatureInfo("town_uncapped_variables", 1),
GRFFeatureInfo("town_zone_callback", 1, GFTOF_TOWN_ZONE_CALLBACK),
GRFFeatureInfo("more_varaction2_types", 1, GFTOF_MORE_VARACTION2_TYPES),
GRFFeatureInfo("multi_part_ships", 1),
GRFFeatureInfo("multi_part_ships", 1, GFTOF_MULTI_PART_SHIPS),
GRFFeatureInfo(),
};