(svn r18433) -Codechange: Show different texts in town GUI when the town does not need food the whole year to grow.

This commit is contained in:
frosch
2009-12-08 19:59:21 +00:00
parent 85f8765618
commit 9dd74395c8
3 changed files with 8 additions and 2 deletions

View File

@@ -255,6 +255,9 @@ static void OnNewDay()
SetWindowWidgetDirty(WC_STATUS_BAR, 0, 0);
EnginesDailyLoop();
/* Refresh after possible snowline change */
SetWindowClassesDirty(WC_TOWN_VIEW);
}
/**