1
0
Fork 0

(svn r10547) -Fix: when Cheat-Window is open and a new month happens, the window wasn't redrawn instantly

release/0.6
truelight 2007-07-13 15:01:16 +00:00
parent a84dcf7682
commit fe952911f5
1 changed files with 1 additions and 0 deletions

View File

@ -273,6 +273,7 @@ void IncreaseDate()
RedrawAutosave(); RedrawAutosave();
} }
InvalidateWindowClasses(WC_CHEATS);
PlayersMonthlyLoop(); PlayersMonthlyLoop();
EnginesMonthlyLoop(); EnginesMonthlyLoop();
TownsMonthlyLoop(); TownsMonthlyLoop();