mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-11 01:49:50 +00:00
(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:
parent
7d24e84a81
commit
b3c5c8cadb
@ -798,6 +798,7 @@ bool NetworkServerStart()
|
||||
_network_own_client_id = CLIENT_ID_SERVER;
|
||||
|
||||
_network_clients_connected = 0;
|
||||
_network_company_passworded = 0;
|
||||
|
||||
NetworkInitGameInfo();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user