summaryrefslogtreecommitdiff
path: root/src/table/misc_settings.ini
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/misc_settings.ini
parent1b5696b50f09e93f6889b9b833a2b275838b3047 (diff)
downloadopenttd-253c91b17de95f80acd1423c8332d5c72dd0bdd4.tar.xz
(svn r26990) -Feature: Add option to choose normal, double or quad-size interface.
Diffstat (limited to 'src/table/misc_settings.ini')
-rw-r--r--src/table/misc_settings.ini9
1 files changed, 9 insertions, 0 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]