changeset 17439:18026c5cde43 draft

(svn r22193) -Fix: Invalidate the object build window when using the date cheat
author planetmaker <planetmaker@openttd.org>
date Sat, 05 Mar 2011 09:55:09 +0000
parents 612ee41305ce
children 18f27a7c7f1b
files src/cheat_gui.cpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/cheat_gui.cpp
+++ b/src/cheat_gui.cpp
@@ -125,6 +125,7 @@
 	EnginesMonthlyLoop();
 	SetWindowDirty(WC_STATUS_BAR, 0);
 	InvalidateWindowClassesData(WC_BUILD_STATION, 0);
+	InvalidateWindowClassesData(WC_BUILD_OBJECT, 0);
 	ResetSignalVariant();
 	return _cur_year;
 }