Feature: Add config option to set default company secondary colour for new games

This does duplicate translation strings for the colours
This commit is contained in:
Henry Wilson
2023-06-24 21:50:04 +01:00
committed by rubidium42
parent 5653a94490
commit a9c65a69d0
5 changed files with 42 additions and 0 deletions

View File

@@ -186,6 +186,7 @@ struct GUISettings {
uint8_t graph_line_thickness; ///< the thickness of the lines in the various graph guis
uint8_t osk_activation; ///< Mouse gesture to trigger the OSK.
byte starting_colour; ///< default color scheme for the company to start a new game with
byte starting_colour_secondary; ///< default secondary color scheme for the company to start a new game with
bool show_newgrf_name; ///< Show the name of the NewGRF in the build vehicle window
bool show_cargo_in_vehicle_lists; ///< Show the cargoes the vehicles can carry in the list windows
bool auto_remove_signals; ///< automatically remove signals when in the way during rail construction