(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:
truelight
2004-12-20 16:02:01 +00:00
parent f3a8d2ad39
commit 9938d19d76
4 changed files with 33 additions and 14 deletions

View File

@@ -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;