]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
split SV_ReadClientMove into two functions, SV_ReadClientMove and SV_ApplyClientMove
[xonotic/darkplaces.git] / client.h
index 9cdc2c5de87db1c74f8d2f0107277d82a45399bc..0f528aab6d3c912f1fd1684de883dea40d24f92b 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;
+       double applytime;
+       int buttons;
+       int impulse;
 } usercmd_t;
 
 typedef struct