X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=protocol.h;h=047262d6a979604c1cefb5096f141674bdd8b2ab;hb=2ebad737eea219e414ca6d912af13e9f92fa4019;hp=e637ea542ae8aa9303c47ad6a42ebb48c9ad2843;hpb=f6f6c5c8c754f78be1c1f70c1aebf7420012cf89;p=xonotic%2Fdarkplaces.git diff --git a/protocol.h b/protocol.h index e637ea54..047262d6 100644 --- a/protocol.h +++ b/protocol.h @@ -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;