X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=cl_input.c;h=85bfd8b0c08c4f5f3e64e4d4936b727ec3e88a07;hp=6cd5315bc2d6f9b6a6254d4ed1424fc70a55ce27;hb=6824d8ddc8a43cae0609be5bbe8bee01fa1a4225;hpb=2cadb08a5230c73be4599c7543fd02edfb350932 diff --git a/cl_input.c b/cl_input.c index 6cd5315b..85bfd8b0 100644 --- a/cl_input.c +++ b/cl_input.c @@ -782,7 +782,7 @@ void CL_SendMove(void) int i; int bits; sizebuf_t buf; - qbyte data[128]; + unsigned char data[128]; #define MOVEAVERAGING 0 #if MOVEAVERAGING static float forwardmove, sidemove, upmove, total; // accumulation