]> 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 5ee45a3114e3417fa2e9d17d038d2733724ee298..459a0ec58c042d71ce755cb45b6010ff50093bd5 100644 (file)
--- a/server.h
+++ b/server.h
@@ -73,6 +73,8 @@ typedef struct
        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;
 
@@ -124,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