Add NewGRF feature: action0_station_prop1B

This commit is contained in:
Jonathan G Rennison
2018-08-06 02:33:35 +01:00
parent 2735e7748c
commit b582ef8078

View File

@@ -7746,6 +7746,7 @@ struct GRFFeatureInfo {
/** Action14 feature list */
static const GRFFeatureInfo _grf_feature_list[] = {
GRFFeatureInfo("feature_test", 1),
GRFFeatureInfo("action0_station_prop1B", 1),
GRFFeatureInfo(),
};