From: divverent Date: Fri, 9 Nov 2007 22:44:05 +0000 (+0000) Subject: remove timed out servers from list X-Git-Tag: xonotic-v0.1.0preview~2802 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=8bafff387350202ad22cbe4c5204eef52d9a2f1d;p=xonotic%2Fdarkplaces.git remove timed out servers from list git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7679 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/netconn.c b/netconn.c index 682e0c3a..74161c95 100755 --- a/netconn.c +++ b/netconn.c @@ -1733,6 +1733,7 @@ void NetConn_QueryQueueFrame(void) if( entry->query == SQS_REFRESHING ) { // yes, so update the reply count (since its not responding anymore) serverreplycount--; + ServerList_ViewList_Remove(entry); } entry->query = SQS_TIMEDOUT; }