Implement extended NewGRF variable parameter support

This commit is contained in:
Jonathan G Rennison
2022-02-13 22:57:30 +00:00
parent 0db0c16f95
commit a3c003546b
5 changed files with 25 additions and 6 deletions

View File

@@ -18,7 +18,7 @@
extern const GRFFeatureInfo _grf_feature_list[] = {
GRFFeatureInfo("feature_test", 1),
GRFFeatureInfo("property_mapping", 1),
GRFFeatureInfo("variable_mapping", 1),
GRFFeatureInfo("variable_mapping", 2),
GRFFeatureInfo("feature_id_mapping", 1),
GRFFeatureInfo("action5_type_id_mapping", 1),
GRFFeatureInfo("action0_station_prop1B", 1),