X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=protocol.h;h=047262d6a979604c1cefb5096f141674bdd8b2ab;hp=da32ab782d1b67e9edeb525e0b4b63684d33c5de;hb=c573a47a538a3a90cb34ccf2e3e21a0d1b129d20;hpb=32c804dfbca9495b8d4bd40d07f289f8c890d813 diff --git a/protocol.h b/protocol.h index da32ab78..047262d6 100644 --- a/protocol.h +++ b/protocol.h @@ -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;