diff options
author | fonsinchen <fonsinchen@openttd.org> | 2013-06-09 13:08:52 +0000 |
---|---|---|
committer | fonsinchen <fonsinchen@openttd.org> | 2013-06-09 13:08:52 +0000 |
commit | 0fc198cb00536ddf415b278d7afc554c22e2058b (patch) | |
tree | 51302f62cbb57a341394a1e27909e4c723aec0e5 /src/table | |
parent | b4ab43be5f2067e161939c87230a0d2ad9bdd952 (diff) | |
download | openttd-0fc198cb00536ddf415b278d7afc554c22e2058b.tar.xz |
(svn r25365) -Feature: show cargo by next hops and final destinations in the station GUI
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/settings.ini | 27 |
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 |