Add UI setting for whether to open new vehicle GUI when share-cloning

This commit is contained in:
Jonathan G Rennison
2019-02-25 23:04:10 +00:00
parent f1a6f1161d
commit 7b8db50fd5
5 changed files with 14 additions and 1 deletions

View File

@@ -194,6 +194,7 @@ struct GUISettings {
bool disable_top_veh_list_mass_actions; ///< disable mass actions buttons for non-group vehicle lists
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
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.