]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - protocol.h
README, sdl, sys, makefile: Bring up macOS support
[xonotic/darkplaces.git] / protocol.h
index 170db5b9ecb5e5158da187a7635731c721af7dcb..047262d6a979604c1cefb5096f141674bdd8b2ab 100644 (file)
@@ -388,10 +388,9 @@ typedef struct usercmd_s
        vec_t   cursor_fraction;
        int             cursor_entitynumber;
 
-       double time; // time the move is executed for (cl_movement: clienttime, non-cl_movement: receivetime)
-       double receivetime; // time the move was received at
-       double clienttime; // time to which server state the move corresponds to
-       int msec; // for predicted moves
+       double time; // time the move is executed for (non-cl_movement is executed at receivetime)
+       float receivetime; // time the move was received at (used for ping)
+       unsigned char msec; // for predicted moves
        int buttons;
        int impulse;
        unsigned int sequence;