]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
-CVS: ----------------------------------------------------------------------
[xonotic/darkplaces.git] / client.h
index 0f528aab6d3c912f1fd1684de883dea40d24f92b..0e81031cd3c23704b04817e3daf3ebd9353233ec 100644 (file)
--- a/client.h
+++ b/client.h
@@ -349,9 +349,9 @@ typedef struct
 
        double time;
        double receivetime;
-       double applytime;
        int buttons;
        int impulse;
+       int sequence;
 } usercmd_t;
 
 typedef struct
@@ -459,6 +459,8 @@ extern client_static_t      cls;
 typedef struct client_movementqueue_s
 {
        double time;
+       float frametime;
+       int sequence;
        float viewangles[3];
        float move[3];
        qboolean jump;
@@ -531,6 +533,8 @@ typedef struct
        // queue of proposed moves
        int movement_numqueue;
        client_movementqueue_t movement_queue[256];
+       int movesequence;
+       int servermovesequence;
 
 // pitch drifting vars
        float idealpitch;
@@ -596,7 +600,7 @@ typedef struct
        scoreboard_t *scores;
 
        // protocol version of the server we're connected to
-       int protocol;
+       protocolversion_t protocol;
 
        // entity database stuff
        // latest received entity frame numbers