(svn r15247) -Change: show a lock near the password/join button in the company window whenever the company is password protected

This commit is contained in:
rubidium
2009-01-23 23:56:56 +00:00
parent 53ebde7633
commit 3d21639d5b
3 changed files with 10 additions and 1 deletions

View File

@@ -872,6 +872,7 @@ DEF_CLIENT_RECEIVE_COMMAND(PACKET_SERVER_CONFIG_UPDATE)
DEF_CLIENT_RECEIVE_COMMAND(PACKET_SERVER_COMPANY_UPDATE)
{
_network_company_passworded = p->Recv_uint16();
InvalidateWindowClasses(WC_COMPANY);
return NETWORK_RECV_STATUS_OKAY;
}