]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
-CVS: ----------------------------------------------------------------------
[xonotic/darkplaces.git] / client.h
index 9cdc2c5de87db1c74f8d2f0107277d82a45399bc..0e81031cd3c23704b04817e3daf3ebd9353233ec 100644 (file)
--- a/client.h
+++ b/client.h
@@ -346,6 +346,12 @@ typedef struct
        vec3_t  cursor_normal;
        vec_t   cursor_fraction;
        int             cursor_entitynumber;
+
+       double time;
+       double receivetime;
+       int buttons;
+       int impulse;
+       int sequence;
 } usercmd_t;
 
 typedef struct
@@ -453,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;
@@ -525,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;
@@ -590,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