Fix: Changing default livery did not propagate to group liveries.
#11614 attempted to address this but did not handle 2CC properly, and changes to the default livery were not handled.
This commit is contained in:
committed by
Peter Nelson
parent
3b18877b87
commit
bfb4254226
@@ -112,5 +112,6 @@ void SetTrainGroupID(Train *v, GroupID grp);
|
||||
void UpdateTrainGroupID(Train *v);
|
||||
void RemoveAllGroupsForCompany(const CompanyID company);
|
||||
bool GroupIsInGroup(GroupID search, GroupID group);
|
||||
void UpdateCompanyGroupLiveries(const Company *c);
|
||||
|
||||
#endif /* GROUP_H */
|
||||
|
||||
Reference in New Issue
Block a user