mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-13 02:52:37 +00:00
Fix: Snowline height interval is now 1, in both World Generation and Settings windows
- Previously, it was 1 in World Gen window, but 5 in Settings window
This commit is contained in:
parent
dbe44e80f1
commit
f0ff7003fd
@ -1380,6 +1380,7 @@ guiflags = SGF_NO_NETWORK
|
||||
def = DEF_SNOWLINE_HEIGHT
|
||||
min = MIN_SNOWLINE_HEIGHT
|
||||
max = MAX_SNOWLINE_HEIGHT
|
||||
interval = 1
|
||||
str = STR_CONFIG_SETTING_SNOWLINE_HEIGHT
|
||||
strhelp = STR_CONFIG_SETTING_SNOWLINE_HEIGHT_HELPTEXT
|
||||
strval = STR_JUST_COMMA
|
||||
|
Loading…
Reference in New Issue
Block a user