(svn r25365) -Feature: show cargo by next hops and final destinations in the station GUI
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user