mirror of https://github.com/OpenTTD/OpenTTD
Fix #10177: company list password padlock showed after switching to single player
parent
c578917783
commit
8f9a60893d
|
@ -609,6 +609,7 @@ void NetworkClose(bool close_admins)
|
||||||
|
|
||||||
delete[] _network_company_states;
|
delete[] _network_company_states;
|
||||||
_network_company_states = nullptr;
|
_network_company_states = nullptr;
|
||||||
|
_network_company_passworded = 0;
|
||||||
|
|
||||||
InitializeNetworkPools(close_admins);
|
InitializeNetworkPools(close_admins);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue