diff options
author | Samu <dj_samu@hotmail.com> | 2019-12-22 22:45:48 +0000 |
---|---|---|
committer | Niels Martin Hansen <nielsm@indvikleren.dk> | 2019-12-23 21:05:39 +0100 |
commit | f0ff7003fd60712fad6ce9d4662395536c43c06e (patch) | |
tree | dffa48c78d072a5b2703194eac962b5a55cf35bb /src/table | |
parent | dbe44e80f1c0879f6aa829e28f1c764f72d5f650 (diff) | |
download | openttd-f0ff7003fd60712fad6ce9d4662395536c43c06e.tar.xz |
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
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/settings.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/table/settings.ini b/src/table/settings.ini index 482933e67..4c3d6ce0d 100644 --- a/src/table/settings.ini +++ b/src/table/settings.ini @@ -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 |