From abb85233ed9c293628107ec9e7212bba8d3bd94a Mon Sep 17 00:00:00 2001 From: TimePath Date: Sat, 12 Dec 2015 11:35:41 +1100 Subject: [PATCH] Potentially fix #1605 --- qcsrc/common/stats.qh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/common/stats.qh b/qcsrc/common/stats.qh index 18f22187c..e8320bda4 100644 --- a/qcsrc/common/stats.qh +++ b/qcsrc/common/stats.qh @@ -29,7 +29,7 @@ const int MAX_CL_STATS = 256; #define g_stat_CELLS getstat_int(STAT_CELLS) #define g_stat_ACTIVEWEAPON getstat_int(STAT_ACTIVEWEAPON) #define g_stat_ITEMS getstat_int(STAT_ITEMS) - #define g_stat_VIEWHEIGHT getstat_int(STAT_VIEWHEIGHT) + #define g_stat_VIEWHEIGHT getstati(STAT_VIEWHEIGHT) #elif defined(SVQC) #define stat_HEALTH health #define stat_ARMOR armorvalue -- 2.39.2