(svn r24070) -Fix [FS#5098]: the 'last joined' server was not properly selected anymore (adf88)

This commit is contained in:
rubidium
2012-03-25 19:46:59 +00:00
parent 5ace36f570
commit 5791feadf0
4 changed files with 10 additions and 13 deletions

View File

@@ -395,7 +395,7 @@ void ClientNetworkUDPSocketHandler::Receive_SERVER_RESPONSE(Packet *p, NetworkAd
item->online = true;
UpdateNetworkGameWindow(false);
UpdateNetworkGameWindow();
}
void ClientNetworkUDPSocketHandler::Receive_MASTER_RESPONSE_LIST(Packet *p, NetworkAddress *client_addr)