Changeset - r13106:fb30e194b359
[Not reviewed]
master
0 1 0
rubidium - 15 years ago 2009-09-22 21:14:31
rubidium@openttd.org
(svn r17618) -Fix [FS#3226]: the 'lock' icon would erroneously be drawn for companies if the company had a password before the reset
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/network/network.cpp
Show inline comments
 
@@ -798,6 +798,7 @@ bool NetworkServerStart()
 
	_network_own_client_id = CLIENT_ID_SERVER;
 

	
 
	_network_clients_connected = 0;
 
	_network_company_passworded = 0;
 

	
 
	NetworkInitGameInfo();
 

	
0 comments (0 inline, 0 general)