File diff r28811:c7d0936f4cf0 → r28812:d6d9465e39a0
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 = _colour_gradient[c->colour][5];
 
		_legend_land_owners[i].colour = GetColourGradient(c->colour, 5);
 
		_legend_land_owners[i].company = c->index;
 
		_legend_land_owners[i].show_on_map = true;
 
		_legend_land_owners[i].col_break = false;