From fe952911f5e58fe3300b1e40f306413bd5ee1af3 Mon Sep 17 00:00:00 2001 From: truelight Date: Fri, 13 Jul 2007 15:01:16 +0000 Subject: [PATCH] (svn r10547) -Fix: when Cheat-Window is open and a new month happens, the window wasn't redrawn instantly --- src/date.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/date.cpp b/src/date.cpp index f8852dbc5f..168f127c1c 100644 --- a/src/date.cpp +++ b/src/date.cpp @@ -273,6 +273,7 @@ void IncreaseDate() RedrawAutosave(); } + InvalidateWindowClasses(WC_CHEATS); PlayersMonthlyLoop(); EnginesMonthlyLoop(); TownsMonthlyLoop();