]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - protocol.h
Added convex.[ch] to compute brush shapes from point clouds for use in experimental...
[xonotic/darkplaces.git] / protocol.h
index e637ea542ae8aa9303c47ad6a42ebb48c9ad2843..047262d6a979604c1cefb5096f141674bdd8b2ab 100644 (file)
@@ -389,8 +389,8 @@ typedef struct usercmd_s
        int             cursor_entitynumber;
 
        double time; // time the move is executed for (non-cl_movement is executed at receivetime)
-       double receivetime; // time the move was received at (used for ping)
-       int msec; // for predicted moves
+       float receivetime; // time the move was received at (used for ping)
+       unsigned char msec; // for predicted moves
        int buttons;
        int impulse;
        unsigned int sequence;