]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - server.h
removed EntityFrame5_ResetDatabase because it was only used in EntityFrame5_AllocDatabase
[xonotic/darkplaces.git] / server.h
index f76e0f8af6a2b3c6fdd58f4a1e1f04abb5940616..58e13ac5a0960f327a254f1bec24db2ae04e6a19 100644 (file)
--- a/server.h
+++ b/server.h
@@ -107,8 +107,6 @@ typedef struct client_s
        qboolean clientconnectcalled;
        // false = don't send datagrams
        qboolean spawned;
-       // has been told to go to another level
-       qboolean dropasap;
        // only valid before spawned
        qboolean sendsignon;
 
@@ -130,9 +128,6 @@ typedef struct client_s
        // intended motion calced from cmd
        vec3_t wishdir;
 
-       // can be added to at any time, copied and clear once per frame
-       sizebuf_t message;
-       unsigned char msgbuf[NET_MAXMESSAGE];
        // PRVM_EDICT_NUM(clientnum+1)
        prvm_edict_t *edict;
 
@@ -250,7 +245,6 @@ extern cvar_t coop;
 extern cvar_t fraglimit;
 extern cvar_t timelimit;
 extern cvar_t pausable;
-extern cvar_t sv_deltacompress;
 extern cvar_t sv_maxvelocity;
 extern cvar_t sv_gravity;
 extern cvar_t sv_nostep;