]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - netconn.c
Fixed direct compilation of subtargets (cl-release, sv-debug, ...)
[xonotic/darkplaces.git] / netconn.c
index d9de9d9656323a3d076fa6cdd48cad30da5379e0..0b7e0eb1148f07c879afa344c4edce42fad2f385 100755 (executable)
--- a/netconn.c
+++ b/netconn.c
@@ -1234,7 +1234,7 @@ void NetConn_QueryQueueFrame(void)
                        continue;
                }
 
-               if( entry->querycounter != net_slist_maxtries.integer ) 
+               if( entry->querycounter != (unsigned) net_slist_maxtries.integer ) 
                {
                        lhnetaddress_t address;
                        int socket;