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

pull/155/head
truebrain 13 years ago
parent ee94a7512e
commit ff1db1a6c8

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

Loading…
Cancel
Save