From 286059ef2ac85dafc3938b2423f436932794051d Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 11 Dec 2015 06:27:43 +1000 Subject: [PATCH] Hopefully fix an issue with dying --- 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 3780a33fe..18f22187c 100644 --- a/qcsrc/common/stats.qh +++ b/qcsrc/common/stats.qh @@ -21,7 +21,7 @@ const int MAX_CL_STATS = 256; // const int STAT_VIEWHEIGHT = 16; #if defined(CSQC) - #define g_stat_HEALTH getstat_int(STAT_HEALTH) + #define g_stat_HEALTH getstati(STAT_HEALTH) #define g_stat_ARMOR getstat_int(STAT_ARMOR) #define g_stat_SHELLS getstat_int(STAT_SHELLS) #define g_stat_NAILS getstat_int(STAT_NAILS) -- 2.39.2