Add #4115: default company colour setting (#6998)

Works only in single player.
This commit is contained in:
Gabda87
2019-01-10 10:45:38 +01:00
committed by Ingo von Borstel
parent ad5a9daed5
commit a0293d313d
5 changed files with 26 additions and 0 deletions

View File

@@ -1584,6 +1584,7 @@ static SettingsContainer &GetSettingsTree()
company->Add(new SettingEntry("gui.drag_signals_fixed_distance"));
company->Add(new SettingEntry("gui.new_nonstop"));
company->Add(new SettingEntry("gui.stop_location"));
company->Add(new SettingEntry("gui.starting_colour"));
company->Add(new SettingEntry("company.engine_renew"));
company->Add(new SettingEntry("company.engine_renew_months"));
company->Add(new SettingEntry("company.engine_renew_money"));