diff options
Diffstat (limited to 'src/settings.cpp')
-rw-r--r-- | src/settings.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings.cpp b/src/settings.cpp index b2261f36e..1ba1d3b5c 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -720,6 +720,7 @@ static bool RedrawScreen(int32 p1) static bool RedrawSmallmap(int32 p1) { BuildLandLegend(); + BuildOwnerLegend(); SetWindowClassesDirty(WC_SMALLMAP); return true; } |