(svn r26882) -Feature: allow limiting the height of bridges (ic111)

This commit is contained in:
rubidium
2014-09-21 11:40:11 +00:00
parent fedc1acd62
commit ce04c49e3d
5 changed files with 31 additions and 4 deletions

View File

@@ -517,6 +517,8 @@ def = 12
min = 1
max = MAX_TILE_HEIGHT
interval = 1
str = STR_CONFIG_SETTING_MAX_BRIDGE_HEIGHT
strhelp = STR_CONFIG_SETTING_MAX_BRIDGE_HEIGHT_HELPTEXT
strval = STR_JUST_COMMA
cat = SC_EXPERT