Add NewGRF features for more bridge types and Action 0 bridges prop 0x14

This commit is contained in:
Jonathan G Rennison
2018-08-07 22:58:05 +01:00
parent c6d4a6b5e4
commit cb7eea8896

View File

@@ -7752,6 +7752,8 @@ struct GRFFeatureInfo {
static const GRFFeatureInfo _grf_feature_list[] = {
GRFFeatureInfo("feature_test", 1),
GRFFeatureInfo("action0_station_prop1B", 1),
GRFFeatureInfo("more_bridge_types", 1),
GRFFeatureInfo("action0_bridge_prop14", 1),
GRFFeatureInfo(),
};