Codechange: Replace color with colour.

This commit is contained in:
Peter Nelson
2025-11-17 22:07:59 +00:00
committed by Peter Nelson
parent 73660bfaf2
commit c3451b5d97
14 changed files with 39 additions and 39 deletions
+1 -1
View File
@@ -874,7 +874,7 @@ static void MakeNewGameDone()
Company *c = Company::Get(CompanyID::Begin());
c->settings = _settings_client.company;
/* Overwrite color from settings if needed
/* Overwrite colour from settings if needed
* COLOUR_END corresponds to Random colour */
if (_settings_client.gui.starting_colour != COLOUR_END) {