From 4b818368b10d8e741e577069e34b098e18224fb2 Mon Sep 17 00:00:00 2001 From: truelight Date: Fri, 13 Jul 2007 15:01:16 +0000 Subject: (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 f8852dbc5..168f127c1 100644 --- a/src/date.cpp +++ b/src/date.cpp @@ -273,6 +273,7 @@ void IncreaseDate() RedrawAutosave(); } + InvalidateWindowClasses(WC_CHEATS); PlayersMonthlyLoop(); EnginesMonthlyLoop(); TownsMonthlyLoop(); -- cgit v1.2.3-70-g09d2