]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - server.h
rewrote protocol version system (including splitting PROTOCOL_QUAKE into PROTOCOL_QUA...
[xonotic/darkplaces.git] / server.h
index a62603c70b460f7c7344674e637851f93649820e..a35b42cd4d3f81b2fd6fddf2e2ed553b638a58d1 100644 (file)
--- a/server.h
+++ b/server.h
@@ -48,9 +48,7 @@ typedef struct
        qboolean loadgame;
 
        // one of the PROTOCOL_ values
-       int protocol;
-       // this disables extensions when using PROTOCOL_QUAKE
-       qboolean netquakecompatible;
+       protocolversion_t protocol;
 
        // used for running multiple steps in one frame, etc
        double timer;
@@ -134,6 +132,7 @@ typedef struct client_s
        // communications handle
        netconn_t *netconnection;
 
+       int movesequence;
        // movement
        usercmd_t cmd;
        // intended motion calced from cmd