From cb7eea8896ca3a4caca2ab4a652e8e2fb5482d0e Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Tue, 7 Aug 2018 22:58:05 +0100 Subject: [PATCH] Add NewGRF features for more bridge types and Action 0 bridges prop 0x14 --- src/newgrf.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/newgrf.cpp b/src/newgrf.cpp index 3c92aa97ba..c612abc3e0 100644 --- a/src/newgrf.cpp +++ b/src/newgrf.cpp @@ -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(), };