(svn r17618) -Fix [FS#3226]: the 'lock' icon would erroneously be drawn for companies if the company had a password before the reset

This commit is contained in:
rubidium 2009-09-22 21:14:31 +00:00
parent 7d24e84a81
commit b3c5c8cadb
1 changed files with 1 additions and 0 deletions

View File

@ -798,6 +798,7 @@ bool NetworkServerStart()
_network_own_client_id = CLIENT_ID_SERVER;
_network_clients_connected = 0;
_network_company_passworded = 0;
NetworkInitGameInfo();