From ca61ae0b0ae5eb3828ea155ab8839ed12ec5a484 Mon Sep 17 00:00:00 2001 From: planetmaker Date: Sat, 5 Mar 2011 09:55:09 +0000 Subject: (svn r22193) -Fix: Invalidate the object build window when using the date cheat --- src/cheat_gui.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cheat_gui.cpp') diff --git a/src/cheat_gui.cpp b/src/cheat_gui.cpp index 6959689b2..abb8445be 100644 --- a/src/cheat_gui.cpp +++ b/src/cheat_gui.cpp @@ -125,6 +125,7 @@ static int32 ClickChangeDateCheat(int32 p1, int32 p2) EnginesMonthlyLoop(); SetWindowDirty(WC_STATUS_BAR, 0); InvalidateWindowClassesData(WC_BUILD_STATION, 0); + InvalidateWindowClassesData(WC_BUILD_OBJECT, 0); ResetSignalVariant(); return _cur_year; } -- cgit v1.2.3-54-g00ecf