]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - netconn.h
-Removed the NG Menu part, since it isnt used anymore (the old layout
[xonotic/darkplaces.git] / netconn.h
index 7d35b38352a254b9b8fb88a254194ddd2ef89b11..a1082fd2ab3273be6abc99fbd0f7b7413f17884e 100755 (executable)
--- a/netconn.h
+++ b/netconn.h
@@ -117,9 +117,6 @@ typedef struct netconn_s
        lhnetsocket_t *mysocket;
        lhnetaddress_t peeraddress;
        
-       // requested rate in bytes per second
-       int rate;
-
        // this is mostly identical to qsocket_t from quake
 
        // if this time is reached, kick off peer
@@ -200,8 +197,7 @@ extern int serverreplycount;
 
 extern sizebuf_t net_message;
 
-extern cvar_t cl_netlocalping_min;
-extern cvar_t cl_netlocalping_max;
+extern cvar_t cl_netlocalping;
 
 int NetConn_SendReliableMessage(netconn_t *conn, sizebuf_t *data);
 //void NetConn_SendMessageNext(netconn_t *conn);