(svn r23728) -Fix [#FS4942-ish]: when cheating into another company, the SignList was not updated

This commit is contained in:
truebrain
2012-01-03 10:27:14 +00:00
parent ee94a7512e
commit ff1db1a6c8

View File

@@ -112,6 +112,7 @@ void SetLocalCompany(CompanyID new_company)
/* ... and redraw the whole screen. */ /* ... and redraw the whole screen. */
MarkWholeScreenDirty(); MarkWholeScreenDirty();
InvalidateWindowClassesData(WC_SIGN_LIST, -1);
} }
/** /**