Codechange: Replace color with colour.
This commit is contained in:
committed by
Peter Nelson
parent
73660bfaf2
commit
c3451b5d97
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user