1
0
Fork 0

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

release/1.2
truebrain 2012-01-03 10:27:14 +00:00
parent 8dbb654e39
commit 9a05d03e2c
1 changed files with 1 additions and 0 deletions

View File

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