]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - server.h
Kill csqcentityglobalhistory.
[xonotic/darkplaces.git] / server.h
index 0dfaf0342255f5ba4f567576026d81f17b85849e..e277e75e9d7008e1d8f52eb945f01b78a0975ced 100644 (file)
--- a/server.h
+++ b/server.h
@@ -263,7 +263,6 @@ typedef struct client_s
        unsigned int csqcentitysendflags[MAX_EDICTS];
 
 #define NUM_CSQCENTITYDB_FRAMES 256
-       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;