mirror of https://github.com/OpenTTD/OpenTTD
Use the proper command to set the initial company colour.pull/13545/merge
parent
ff275b805b
commit
5255aabe4d
|
@ -872,9 +872,7 @@ static void MakeNewGameDone()
|
||||||
* COLOUR_END corresponds to Random colour */
|
* COLOUR_END corresponds to Random colour */
|
||||||
|
|
||||||
if (_settings_client.gui.starting_colour != COLOUR_END) {
|
if (_settings_client.gui.starting_colour != COLOUR_END) {
|
||||||
c->colour = _settings_client.gui.starting_colour;
|
Command<CMD_SET_COMPANY_COLOUR>::Post(LS_DEFAULT, true, _settings_client.gui.starting_colour);
|
||||||
ResetCompanyLivery(c);
|
|
||||||
_company_colours[c->index] = c->colour;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (_settings_client.gui.starting_colour_secondary != COLOUR_END && HasBit(_loaded_newgrf_features.used_liveries, LS_DEFAULT)) {
|
if (_settings_client.gui.starting_colour_secondary != COLOUR_END && HasBit(_loaded_newgrf_features.used_liveries, LS_DEFAULT)) {
|
||||||
|
|
Loading…
Reference in New Issue