Add setting for alternative linkgraph overlay colour schemes

This commit is contained in:
Jonathan G Rennison
2020-08-03 23:30:05 +01:00
parent 1fd9c929ef
commit f26143f063
8 changed files with 58 additions and 8 deletions

View File

@@ -201,6 +201,7 @@ struct GUISettings : public TimeSettings {
bool adv_sig_bridge_tun_modes; ///< Enable advanced modes for signals on bridges/tunnels.
bool show_depot_sell_gui; ///< Show go to depot and sell in UI
bool open_vehicle_gui_clone_share; ///< Open vehicle GUI when share-cloning vehicle from depot GUI
uint8 linkgraph_colours; ///< linkgraph overlay colours
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.