From 2de4d0d3642a5cc9df569c318e32bffa1e51f5a5 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Sun, 21 Jun 2026 09:45:50 +0500 Subject: [PATCH] common: fix usercmd_t::msec type in q_client.h --- common/q_client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/q_client.h b/common/q_client.h index ca19df90..5a2026e5 100644 --- a/common/q_client.h +++ b/common/q_client.h @@ -30,7 +30,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. typedef struct usercmd_s { int16_t lerp_msec; // added in HL - int8_t msec; // added in QW + uint8_t msec; // added in QW uint8_t pad1; vec3_t viewangles;