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