From 9dd74395c881c0710d6caf50dedb6cb41590b64e Mon Sep 17 00:00:00 2001 From: frosch Date: Tue, 8 Dec 2009 19:59:21 +0000 Subject: (svn r18433) -Codechange: Show different texts in town GUI when the town does not need food the whole year to grow. --- src/date.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/date.cpp') diff --git a/src/date.cpp b/src/date.cpp index 16f77be1b..9122b21c8 100644 --- a/src/date.cpp +++ b/src/date.cpp @@ -255,6 +255,9 @@ static void OnNewDay() SetWindowWidgetDirty(WC_STATUS_BAR, 0, 0); EnginesDailyLoop(); + + /* Refresh after possible snowline change */ + SetWindowClassesDirty(WC_TOWN_VIEW); } /** -- cgit v1.2.3-54-g00ecf