changeset 18879:f571e95c444f draft

(svn r23728) -Fix [#FS4942-ish]: when cheating into another company, the SignList was not updated
author truebrain <truebrain@openttd.org>
date Tue, 03 Jan 2012 10:27:14 +0000
parents 503697757a2c
children 6478d9421d37
files src/company_cmd.cpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/company_cmd.cpp
+++ b/src/company_cmd.cpp
@@ -112,6 +112,7 @@
 
 	/* ... and redraw the whole screen. */
 	MarkWholeScreenDirty();
+	InvalidateWindowClassesData(WC_SIGN_LIST, -1);
 }
 
 /**