From f06c2e0475e6258df8c22fb986cca9a16829e14a Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Wed, 8 Aug 2018 23:03:08 +0100 Subject: [PATCH] Add NewGRF feature for varact2 station var 42 --- src/newgrf.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/newgrf.cpp b/src/newgrf.cpp index c612abc3e0..857ec075a5 100644 --- a/src/newgrf.cpp +++ b/src/newgrf.cpp @@ -7752,6 +7752,7 @@ struct GRFFeatureInfo { static const GRFFeatureInfo _grf_feature_list[] = { GRFFeatureInfo("feature_test", 1), GRFFeatureInfo("action0_station_prop1B", 1), + GRFFeatureInfo("varaction2_station_var42", 1), GRFFeatureInfo("more_bridge_types", 1), GRFFeatureInfo("action0_bridge_prop14", 1), GRFFeatureInfo(),