From 52312ea17f348ffc9409465845ef50db05800435 Mon Sep 17 00:00:00 2001 From: terkhen Date: Mon, 8 Feb 2010 23:46:35 +0000 Subject: (svn r19064) -Feature: Allow to select different land colours for the smallmap (reworked by Alberth). --- src/settings.cpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/settings.cpp') diff --git a/src/settings.cpp b/src/settings.cpp index 9af46b4be..767bfbb1a 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -63,6 +63,7 @@ #include "ship.h" #include "company_base.h" #include "engine_base.h" +#include "smallmap_gui.h" #include "void_map.h" #include "station_base.h" @@ -658,6 +659,18 @@ static bool RedrawScreen(int32 p1) return true; } +/** + * Redraw the smallmap after a colour scheme change. + * @param p1 Callback parameter. + * @return Always true. + */ +static bool RedrawSmallmap(int32 p1) +{ + BuildLandLegend(); + SetWindowClassesDirty(WC_SMALLMAP); + return true; +} + static bool InvalidateDetailsWindow(int32 p1) { SetWindowClassesDirty(WC_VEHICLE_DETAILS); -- cgit v1.2.3-54-g00ecf