Add client setting for vehicle naming scheme

This commit is contained in:
Jonathan G Rennison
2021-01-29 18:16:42 +00:00
parent 43980639de
commit 09dc33022c
64 changed files with 342 additions and 10 deletions

View File

@@ -206,6 +206,7 @@ struct GUISettings : public TimeSettings {
bool open_vehicle_gui_clone_share; ///< Open vehicle GUI when share-cloning vehicle from depot GUI
uint8 linkgraph_colours; ///< linkgraph overlay colours
bool disable_vehicle_image_update; ///< Disable NewGRFs from continuously updating vehicle images
uint8 vehicle_names; ///< Vehicle naming scheme
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.