(svn r1186) -Fix: [Network] You can now join a company on a server where a company
went bankrupt, without joining the wrong company (or even failing to do so)
This commit is contained in:
@@ -762,6 +762,7 @@ static void NetworkInitialize(void)
|
||||
// Clean the client_info memory
|
||||
memset(_network_client_info, 0, sizeof(_network_client_info));
|
||||
memset(_network_player_info, 0, sizeof(_network_player_info));
|
||||
_network_lobby_company_count = 0;
|
||||
|
||||
_sync_frame = 0;
|
||||
_network_first_time = true;
|
||||
|
Reference in New Issue
Block a user