]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - protocol.h
sv_save: Call CL_Disconnect and ToggleMenu via hook
[xonotic/darkplaces.git] / protocol.h
index da32ab782d1b67e9edeb525e0b4b63684d33c5de..047262d6a979604c1cefb5096f141674bdd8b2ab 100644 (file)
@@ -390,7 +390,7 @@ typedef struct usercmd_s
 
        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)
-       int msec; // for predicted moves
+       unsigned char msec; // for predicted moves
        int buttons;
        int impulse;
        unsigned int sequence;