]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - server.h
sv.edicts (and related things) are now dynamically reallocated as more edicts are...
[xonotic/darkplaces.git] / server.h
index 3843e38d8ec35c64bfc29fc8060b32bde54808e1..47e917c24e6171bbdf8a5c22dbf2b5579c96bfa1 100644 (file)
--- a/server.h
+++ b/server.h
@@ -127,8 +127,8 @@ typedef struct client_s
        // can be added to at any time, copied and clear once per frame
        sizebuf_t message;
        qbyte msgbuf[MAX_DATAGRAM];
-       // EDICT_NUM(clientnum+1)
-       edict_t *edict;
+       // (clientnum+1)
+       int edictnumber;
        // for printing to other people
        char name[32];
        int colors;