]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
significant cleanup of input networking code (reorganized and now uses
[xonotic/darkplaces.git] / client.h
index 9d98fa701e3e558e014faf03b4ac22d76de05514..6b469af0c43eb5e592fba4ba0b5704efd4b18f47 100644 (file)
--- a/client.h
+++ b/client.h
@@ -359,6 +359,7 @@ typedef struct usercmd_s
        int impulse;
        int sequence;
        qboolean applied; // if false we're still accumulating a move
+       qboolean predicted; // if true the sequence should be sent as 0
 } usercmd_t;
 
 typedef struct lightstyle_s
@@ -582,6 +583,7 @@ typedef struct client_movementqueue_s
        float move[3];
        qboolean jump;
        qboolean crouch;
+       qboolean canjump;
 }
 client_movementqueue_t;