]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - netconn.h
added vid_stereobuffer cvar based on patch from syschuck on the alientrap forums
[xonotic/darkplaces.git] / netconn.h
index ddbce4150f39e34bf80bfe67b1f221fd16d65655..bbd1b88ed1cb3de1498bc284d78f0efa5e7490de 100755 (executable)
--- a/netconn.h
+++ b/netconn.h
@@ -185,6 +185,10 @@ typedef struct netconn_s
        }
        qw;
 
+       // this tracks which of the last 100 received packet sequence numbers were lost
+       int packetlostcounter;
+       unsigned char packetlost[100];
+
        char address[128];
 } netconn_t;