Add GUI setting for shading trees on slopes in viewports

Deafult on, only for non-map mode
(Slope shading is always on in map mode)
This commit is contained in:
Jonathan G Rennison
2021-02-26 18:03:00 +00:00
parent 4ef363422a
commit 93f2d5e056
5 changed files with 25 additions and 1 deletions

View File

@@ -208,6 +208,7 @@ struct GUISettings : public TimeSettings {
uint8 linkgraph_colours; ///< linkgraph overlay colours
bool disable_vehicle_image_update; ///< Disable NewGRFs from continuously updating vehicle images
uint8 vehicle_names; ///< Vehicle naming scheme
bool shade_trees_on_slopes; ///< Shade trees on slopes
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.