(svn r18056) -Fix (r17737): compiling without networking failed

This commit is contained in:
rubidium 2009-11-12 21:08:41 +00:00
parent 2b39e239a6
commit 1a04b9081a
1 changed files with 2 additions and 0 deletions

View File

@ -89,8 +89,10 @@ void SetLocalCompany(CompanyID new_company)
/* company could also be COMPANY_SPECTATOR or OWNER_NONE */
assert(Company::IsValidID(new_company) || new_company == COMPANY_SPECTATOR || new_company == OWNER_NONE);
#ifdef ENABLE_NETWORK
/* Delete the chat window, if you were team chatting. */
InvalidateWindowData(WC_SEND_NETWORK_MSG, DESTTYPE_TEAM, _local_company);
#endif
_local_company = new_company;