Add setting to disable water animation depending on zoom level

This commit is contained in:
Jonathan G Rennison
2022-06-06 00:15:33 +01:00
parent 5055167c44
commit b2d8f3ce43
8 changed files with 64 additions and 3 deletions

View File

@@ -246,6 +246,7 @@ struct GUISettings : public TimeSettings {
uint8 demolish_confirm_mode; ///< Demolition confirmation mode
bool dual_pane_train_purchase_window; ///< Dual pane train purchase window
bool allow_hiding_waypoint_labels; ///< Allow hiding waypoint viewport labels
uint8 disable_water_animation; ///< Disable water animation depending on zoom level
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.