From 2b287a9e72c0b717f9d39915441a0d681611124b Mon Sep 17 00:00:00 2001 From: Darkvater Date: Wed, 25 Jan 2006 19:03:50 +0000 Subject: (svn r3429) - Feature (Followup): Change the gamelist window to accomodate for the new information. --- network_client.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'network_client.c') diff --git a/network_client.c b/network_client.c index a7452fd87..f8d88e8fc 100644 --- a/network_client.c +++ b/network_client.c @@ -301,8 +301,6 @@ DEF_CLIENT_RECEIVE_COMMAND(PACKET_SERVER_COMPANY_INFO) if (current >= MAX_PLAYERS) return NETWORK_RECV_STATUS_CLOSE_QUERY; - _network_lobby_company_count++; - NetworkRecv_string(MY_CLIENT, p, _network_player_info[current].company_name, sizeof(_network_player_info[current].company_name)); _network_player_info[current].inaugurated_year = NetworkRecv_uint8(MY_CLIENT, p); _network_player_info[current].company_value = NetworkRecv_uint64(MY_CLIENT, p); -- cgit v1.2.3-70-g09d2