]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - server.h
CSQC entity networking: if a frame BEFORE the last packetlog reset got lost, this...
[xonotic/darkplaces.git] / server.h
index 030ffe7c1893c6d305b64b257f8a4264fcb68d02..5df76bfbdf3e7383753cf9108cab07f1851d943f 100644 (file)
--- a/server.h
+++ b/server.h
@@ -251,6 +251,7 @@ typedef struct client_s
        unsigned char csqcentityglobalhistory[MAX_EDICTS]; // set to 1 if the entity was ever csqc networked to the client, and never reset back to 0
        csqcentityframedb_t csqcentityframehistory[NUM_CSQCENTITYDB_FRAMES];
        int csqcentityframehistory_next;
+       int csqcentityframe_lastreset;
 
        /// prevent animated names
        float nametime;