diff options
author | Pavel Stupnikov <dp@dpointer.org> | 2020-12-25 02:36:54 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-25 00:36:54 +0100 |
commit | 22b9dec9603bf2a06fb13347b49527c7920e59dc (patch) | |
tree | 1f835a4d797b57d276fe05e5d4561dad5d34348c /src/table | |
parent | 04e572933d3752ee23d14206a78e3d944ca42c2f (diff) | |
download | openttd-22b9dec9603bf2a06fb13347b49527c7920e59dc.tar.xz |
Feature: Add an option to disable tree growth completely (#8415)
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/settings.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/table/settings.ini b/src/table/settings.ini index cca6a99bf..f08256766 100644 --- a/src/table/settings.ini +++ b/src/table/settings.ini @@ -2391,10 +2391,10 @@ from = SLV_132 guiflags = SGF_MULTISTRING def = 2 min = 0 -max = 2 +max = 3 str = STR_CONFIG_SETTING_EXTRA_TREE_PLACEMENT strhelp = STR_CONFIG_SETTING_EXTRA_TREE_PLACEMENT_HELPTEXT -strval = STR_CONFIG_SETTING_EXTRA_TREE_PLACEMENT_NONE +strval = STR_CONFIG_SETTING_EXTRA_TREE_PLACEMENT_NO_SPREAD cat = SC_BASIC [SDT_VAR] |