]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Hopefully fix an issue with dying
authorMario <mario@smbclan.net>
Thu, 10 Dec 2015 20:27:43 +0000 (06:27 +1000)
committerMario <mario@smbclan.net>
Thu, 10 Dec 2015 20:27:43 +0000 (06:27 +1000)
qcsrc/common/stats.qh

index 3780a33fe8154139d2041c36d13ac6be7b7ac551..18f22187c4de6e5b28a62cf036fa31f9146514d9 100644 (file)
@@ -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)