Changeset - r28667:8c24c8fc75d1
[Not reviewed]
master
0 1 0
Jonathan G Rennison - 3 months ago 2024-02-03 23:13:52
j.g.rennison@gmail.com
Fix: Second colour vehicle-type default liveries not being updated

When changing company default second colour
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/company_cmd.cpp
Show inline comments
 
@@ -1046,7 +1046,7 @@ CommandCost CmdSetCompanyColour(DoComman
 
			c->livery[scheme].colour2 = colour;
 

	
 
			if (scheme == LS_DEFAULT) {
 
				UpdateCompanyGroupLiveries(c);
 
				UpdateCompanyLiveries(c);
 
			}
 
		}
 

	
0 comments (0 inline, 0 general)