(svn r27231) -Codechange: Replace magic numbers for the smoothness setting (chillcore)

This commit is contained in:
alberth
2015-04-11 18:45:18 +00:00
parent 9db21f6489
commit a91f74dbb3
2 changed files with 13 additions and 2 deletions

View File

@@ -2178,8 +2178,8 @@ type = SLE_UINT8
from = 30
guiflags = SGF_MULTISTRING | SGF_NEWGAME_ONLY
def = 1
min = 0
max = 3
min = TGEN_SMOOTHNESS_BEGIN
max = TGEN_SMOOTHNESS_END - 1
str = STR_CONFIG_SETTING_ROUGHNESS_OF_TERRAIN
strhelp = STR_CONFIG_SETTING_ROUGHNESS_OF_TERRAIN_HELPTEXT
strval = STR_CONFIG_SETTING_ROUGHNESS_OF_TERRAIN_VERY_SMOOTH