(svn r8520) -Fix/Feature: requery gameservers that did not respond to their first query.

This commit is contained in:
rubidium
2007-02-01 21:04:40 +00:00
parent 5678febfe2
commit 15980fc023
4 changed files with 41 additions and 0 deletions

View File

@@ -1275,6 +1275,7 @@ void NetworkUDPGameLoop(void)
} else {
_udp_client_socket->ReceivePackets();
if (_network_udp_broadcast > 0) _network_udp_broadcast--;
NetworkGameListRequery();
}
}