Add setting for whether to use dual pane train purchase window

This commit is contained in:
Jonathan G Rennison
2021-06-29 00:11:07 +01:00
parent 70f7509126
commit 5e418128da
5 changed files with 26 additions and 3 deletions

View File

@@ -223,6 +223,7 @@ struct GUISettings : public TimeSettings {
bool shade_trees_on_slopes; ///< Shade trees on slopes
uint8 station_rating_tooltip_mode; ///< Station rating tooltip mode
uint8 demolish_confirm_mode; ///< Demolition confirmation mode
bool dual_pane_train_purchase_window; ///< Dual pane train purchase window
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.