]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - netconn.h
removed canSend field from netconn_t, and added a fromserver variable in client parsi...
[xonotic/darkplaces.git] / netconn.h
index cd44ab16403eaa870a784f54b012f5f49098d2a0..d29bc2e6e2c9aa0fd0c164560a7a3b383a27b156 100755 (executable)
--- a/netconn.h
+++ b/netconn.h
@@ -125,8 +125,6 @@ typedef struct netconn_s
        double lastMessageTime;
        double lastSendTime;
 
-       qboolean canSend;
-
        // writing buffer to send to peer as the next reliable message
        // can be added to at any time, copied into sendMessage buffer when it is
        // possible to send a reliable message and then cleared