mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-04 06:00:15 +00:00
(svn r10547) -Fix: when Cheat-Window is open and a new month happens, the window wasn't redrawn instantly
This commit is contained in:
parent
1845b5633d
commit
4b818368b1
@ -273,6 +273,7 @@ void IncreaseDate()
|
||||
RedrawAutosave();
|
||||
}
|
||||
|
||||
InvalidateWindowClasses(WC_CHEATS);
|
||||
PlayersMonthlyLoop();
|
||||
EnginesMonthlyLoop();
|
||||
TownsMonthlyLoop();
|
||||
|
Loading…
Reference in New Issue
Block a user