Add road stops flag to disable auto road connections

Bump road stops version
This commit is contained in:
Jonathan G Rennison
2022-08-28 23:53:26 +01:00
parent 2a41854f6b
commit 50965bbce7
5 changed files with 23 additions and 7 deletions

View File

@@ -54,7 +54,7 @@ extern const GRFFeatureInfo _grf_feature_list[] = {
GRFFeatureInfo("action0_object_edge_foundation_mode", 2),
GRFFeatureInfo("action0_object_flood_resistant", 1),
GRFFeatureInfo("action0_object_viewport_map_tile_type", 1),
GRFFeatureInfo("road_stops", 2),
GRFFeatureInfo("road_stops", 3),
GRFFeatureInfo("new_landscape", 1),
GRFFeatureInfo(),
};