summaryrefslogtreecommitdiff
path: root/src/table
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2014-10-11 13:22:37 +0000
committerpeter1138 <peter1138@openttd.org>2014-10-11 13:22:37 +0000
commit253c91b17de95f80acd1423c8332d5c72dd0bdd4 (patch)
tree836bd47feeba0b52d13e8bc831256f76a20e3cd2 /src/table
parent1b5696b50f09e93f6889b9b833a2b275838b3047 (diff)
downloadopenttd-253c91b17de95f80acd1423c8332d5c72dd0bdd4.tar.xz
(svn r26990) -Feature: Add option to choose normal, double or quad-size interface.
Diffstat (limited to 'src/table')
-rw-r--r--src/table/misc_settings.ini9
-rw-r--r--src/table/settings.ini2
2 files changed, 10 insertions, 1 deletions
diff --git a/src/table/misc_settings.ini b/src/table/misc_settings.ini
index 474c9b981..52ca2d16e 100644
--- a/src/table/misc_settings.ini
+++ b/src/table/misc_settings.ini
@@ -299,5 +299,14 @@ min = 0
max = UINT32_MAX
cat = SC_EXPERT
+[SDTG_VAR]
+name = ""gui_zoom""
+type = SLE_UINT8
+var = _gui_zoom
+def = ZOOM_LVL_OUT_4X
+min = ZOOM_LVL_MIN
+max = ZOOM_LVL_OUT_4X
+cat = SC_BASIC
+
[SDTG_END]
diff --git a/src/table/settings.ini b/src/table/settings.ini
index ad59eb30a..7a4c6dc34 100644
--- a/src/table/settings.ini
+++ b/src/table/settings.ini
@@ -2688,7 +2688,7 @@ flags = SLF_NOT_IN_SAVE | SLF_NO_NETWORK_SYNC
guiflags = SGF_MULTISTRING
def = ZOOM_LVL_MIN
min = ZOOM_LVL_MIN
-max = ZOOM_LVL_GUI
+max = ZOOM_LVL_OUT_4X
str = STR_CONFIG_SETTING_ZOOM_MIN
strhelp = STR_CONFIG_SETTING_ZOOM_MIN_HELPTEXT
strval = STR_CONFIG_SETTING_ZOOM_LVL_MIN