(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 e634652517
commit dcb71c3770
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;
}