From b582ef8078a8f66b5f77fabf978c89771e65e260 Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Mon, 6 Aug 2018 02:33:35 +0100 Subject: [PATCH] Add NewGRF feature: action0_station_prop1B --- src/newgrf.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/newgrf.cpp b/src/newgrf.cpp index 7db72f627d..9703d17af3 100644 --- a/src/newgrf.cpp +++ b/src/newgrf.cpp @@ -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(), };