]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - server.h
fix external model skins (they weren't rendering)
[xonotic/darkplaces.git] / server.h
index 4887aa13e388404cf0ea75f8106aa9df674b1135..459a0ec58c042d71ce755cb45b6010ff50093bd5 100644 (file)
--- a/server.h
+++ b/server.h
@@ -71,6 +71,10 @@ typedef struct
        edict_t *edicts;
        // can be array indexed
        edict_t **edictstable;
+       // array of QC edict field variables
+       void *edictsfields;
+       // PushMove sometimes has to move entities back from a failed move
+       edict_t **moved_edicts;
        // some actions are only valid during load
        server_state_t state;
 
@@ -122,7 +126,7 @@ typedef struct client_s
 
        // can be added to at any time, copied and clear once per frame
        sizebuf_t message;
-       qbyte msgbuf[MAX_MSGLEN];
+       qbyte msgbuf[MAX_DATAGRAM];
        // EDICT_NUM(clientnum+1)
        edict_t *edict;
        // for printing to other people