diff options
author | rubidium <rubidium@openttd.org> | 2014-10-13 14:22:48 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2014-10-13 14:22:48 +0000 |
commit | 8d90e86c2c6b0ae633714d015c0b9dcbba421185 (patch) | |
tree | 02ce0d0f48e24a044afbc472bf820bc6f7d0ce36 /src/table | |
parent | fcdbdd60439578a8bae7b3e211e7e088ebcb6785 (diff) | |
download | openttd-8d90e86c2c6b0ae633714d015c0b9dcbba421185.tar.xz |
(svn r27009) -Add: extra level of general map heightness (ChillCore)
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/settings.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/settings.ini b/src/table/settings.ini index 7a4c6dc34..3cd29e067 100644 --- a/src/table/settings.ini +++ b/src/table/settings.ini @@ -255,7 +255,7 @@ from = 97 guiflags = SGF_MULTISTRING | SGF_NEWGAME_ONLY def = 1 min = 0 -max = 3 +max = 4 interval = 1 str = STR_CONFIG_SETTING_TERRAIN_TYPE strhelp = STR_CONFIG_SETTING_TERRAIN_TYPE_HELPTEXT |