mirror of https://github.com/OpenTTD/OpenTTD
(svn r10547) -Fix: when Cheat-Window is open and a new month happens, the window wasn't redrawn instantly
parent
a84dcf7682
commit
fe952911f5
|
@ -273,6 +273,7 @@ void IncreaseDate()
|
|||
RedrawAutosave();
|
||||
}
|
||||
|
||||
InvalidateWindowClasses(WC_CHEATS);
|
||||
PlayersMonthlyLoop();
|
||||
EnginesMonthlyLoop();
|
||||
TownsMonthlyLoop();
|
||||
|
|
Loading…
Reference in New Issue