(svn r3501) - Load the lobby-window with up-to-date data upon opening

This commit is contained in:
Darkvater 2006-01-31 22:24:02 +00:00
parent f2448ebfd4
commit 896551850a
1 changed files with 2 additions and 1 deletions

View File

@ -989,7 +989,8 @@ static void ShowNetworkLobbyWindow(NetworkGameList *ngl)
Window *w;
DeleteWindowById(WC_NETWORK_WINDOW, 0);
NetworkQueryServer(_network_last_host, _network_last_port, false);
NetworkQueryServer(_network_last_host, _network_last_port, false); // company info
NetworkUDPQueryServer(_network_last_host, _network_last_port); // general data
w = AllocateWindowDesc(&_network_lobby_window_desc);
if (w != NULL) {