From: Mario Date: Thu, 10 Dec 2015 20:27:43 +0000 (+1000) Subject: Hopefully fix an issue with dying X-Git-Tag: xonotic-v0.8.2~1521 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=286059ef2ac85dafc3938b2423f436932794051d;p=xonotic%2Fxonotic-data.pk3dir.git Hopefully fix an issue with dying --- 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)