X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=protocol.h;h=047262d6a979604c1cefb5096f141674bdd8b2ab;hp=e637ea542ae8aa9303c47ad6a42ebb48c9ad2843;hb=fe7a27c1f9ee6904eddecd54f0fcae461806d43c;hpb=f6f6c5c8c754f78be1c1f70c1aebf7420012cf89 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;