File diff r28813:9053f0cc99ed → r28814:02b90af3b0cc
src/smallmap_gui.cpp
Show inline comments
 
@@ -346,7 +346,7 @@ void BuildOwnerLegend()
 

	
 
	int i = NUM_NO_COMPANY_ENTRIES;
 
	for (const Company *c : Company::Iterate()) {
 
		_legend_land_owners[i].colour = GetColourGradient(c->colour, SHADE_5);
 
		_legend_land_owners[i].colour = GetColourGradient(c->colour, SHADE_LIGHT);
 
		_legend_land_owners[i].company = c->index;
 
		_legend_land_owners[i].show_on_map = true;
 
		_legend_land_owners[i].col_break = false;