Fix second colour vehicle-type default liveries not being updated
When changing company default second colour
This commit is contained in:
@@ -1122,7 +1122,7 @@ CommandCost CmdSetCompanyColour(TileIndex tile, DoCommandFlag flags, uint32_t p1
|
|||||||
c->livery[scheme].colour2 = colour;
|
c->livery[scheme].colour2 = colour;
|
||||||
|
|
||||||
if (scheme == LS_DEFAULT) {
|
if (scheme == LS_DEFAULT) {
|
||||||
UpdateCompanyGroupLiveries(c);
|
UpdateCompanyLiveries(c);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user