summaryrefslogtreecommitdiff
path: root/src/settings_type.h
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/settings_type.h
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/settings_type.h')
-rw-r--r--src/settings_type.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/settings_type.h b/src/settings_type.h
index 2e2f594c5..45aa157e9 100644
--- a/src/settings_type.h
+++ b/src/settings_type.h
@@ -139,6 +139,10 @@ struct GUISettings {
uint16 console_backlog_timeout; ///< the minimum amount of time items should be in the console backlog before they will be removed in ~3 seconds granularity.
uint16 console_backlog_length; ///< the minimum amount of items in the console backlog before items will be removed.
+
+ uint8 station_gui_group_order; ///< the order of grouping cargo entries in the station gui
+ uint8 station_gui_sort_by; ///< sort cargo entries in the station gui by station name or amount
+ uint8 station_gui_sort_order; ///< the sort order of entries in the station gui - ascending or descending
#ifdef ENABLE_NETWORK
uint16 network_chat_box_width; ///< width of the chat box in pixels
uint8 network_chat_box_height; ///< height of the chat box in lines