(svn r21715) -Fix: Use the correct land colour in the owner legend.

This commit is contained in:
terkhen
2011-01-04 20:53:57 +00:00
parent 73d26d3831
commit 5268d03abd
3 changed files with 14 additions and 2 deletions

View File

@@ -720,6 +720,7 @@ static bool RedrawScreen(int32 p1)
static bool RedrawSmallmap(int32 p1)
{
BuildLandLegend();
BuildOwnerLegend();
SetWindowClassesDirty(WC_SMALLMAP);
return true;
}