GRF: Add second success indicator mechanism for feature tests and ID mappings
This commit is contained in:
@@ -16,11 +16,11 @@
|
||||
|
||||
/** Action14 feature list */
|
||||
extern const GRFFeatureInfo _grf_feature_list[] = {
|
||||
GRFFeatureInfo("feature_test", 1),
|
||||
GRFFeatureInfo("property_mapping", 1),
|
||||
GRFFeatureInfo("variable_mapping", 2),
|
||||
GRFFeatureInfo("feature_id_mapping", 1),
|
||||
GRFFeatureInfo("action5_type_id_mapping", 1),
|
||||
GRFFeatureInfo("feature_test", 2),
|
||||
GRFFeatureInfo("property_mapping", 2),
|
||||
GRFFeatureInfo("variable_mapping", 3),
|
||||
GRFFeatureInfo("feature_id_mapping", 2),
|
||||
GRFFeatureInfo("action5_type_id_mapping", 2),
|
||||
GRFFeatureInfo("action0_station_prop1B", 1),
|
||||
GRFFeatureInfo("action0_station_disallowed_bridge_pillars", 1),
|
||||
GRFFeatureInfo("varaction2_station_var42", 1),
|
||||
|
Reference in New Issue
Block a user