From 0fc198cb00536ddf415b278d7afc554c22e2058b Mon Sep 17 00:00:00 2001 From: fonsinchen Date: Sun, 9 Jun 2013 13:08:52 +0000 Subject: (svn r25365) -Feature: show cargo by next hops and final destinations in the station GUI --- src/settings_type.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/settings_type.h') 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 -- cgit v1.2.3-54-g00ecf