summaryrefslogtreecommitdiff
path: root/src/table/settings.ini
diff options
context:
space:
mode:
authorfonsinchen <fonsinchen@openttd.org>2013-06-09 13:08:52 +0000
committerfonsinchen <fonsinchen@openttd.org>2013-06-09 13:08:52 +0000
commit0fc198cb00536ddf415b278d7afc554c22e2058b (patch)
tree51302f62cbb57a341394a1e27909e4c723aec0e5 /src/table/settings.ini
parentb4ab43be5f2067e161939c87230a0d2ad9bdd952 (diff)
downloadopenttd-0fc198cb00536ddf415b278d7afc554c22e2058b.tar.xz
(svn r25365) -Feature: show cargo by next hops and final destinations in the station GUI
Diffstat (limited to 'src/table/settings.ini')
-rw-r--r--src/table/settings.ini27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/table/settings.ini b/src/table/settings.ini
index e3deca17b..f8950a912 100644
--- a/src/table/settings.ini
+++ b/src/table/settings.ini
@@ -2945,6 +2945,33 @@ strhelp = STR_CONFIG_SETTING_EXPENSES_LAYOUT_HELPTEXT
proc = RedrawScreen
[SDTC_VAR]
+var = gui.station_gui_group_order
+type = SLE_UINT8
+flags = SLF_NOT_IN_SAVE | SLF_NO_NETWORK_SYNC
+def = 0
+min = 0
+max = 5
+interval = 1
+
+[SDTC_VAR]
+var = gui.station_gui_sort_by
+type = SLE_UINT8
+flags = SLF_NOT_IN_SAVE | SLF_NO_NETWORK_SYNC
+def = 0
+min = 0
+max = 3
+interval = 1
+
+[SDTC_VAR]
+var = gui.station_gui_sort_order
+type = SLE_UINT8
+flags = SLF_NOT_IN_SAVE | SLF_NO_NETWORK_SYNC
+def = 0
+min = 0
+max = 1
+interval = 1
+
+[SDTC_VAR]
var = gui.missing_strings_threshold
type = SLE_UINT8
flags = SLF_NOT_IN_SAVE | SLF_NO_NETWORK_SYNC