(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 f2f939906e
commit 1adb9a5c85
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)