Show small square if vehicle owner does not match list owner.

No longer check the infrastructure sharing setting.
Add a separate setting to control company colour squares (default on).
This commit is contained in:
Jonathan G Rennison
2015-11-20 23:55:02 +00:00
parent 0823f58ddc
commit 6075dd22e2
5 changed files with 15 additions and 2 deletions

View File

@@ -170,6 +170,7 @@ struct GUISettings {
bool show_vehicle_group_in_details; ///< show vehicle group in vehicle details window top widget
uint8 osk_activation; ///< Mouse gesture to trigger the OSK.
bool show_vehicle_route_steps; ///< when a window related to a specific vehicle is focused, show route steps
bool show_vehicle_list_company_colour; ///< show the company colour of vehicles which have an owner different to the owner of the vehicle list
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.