projects
/
xonotic
/
xonotic-data.pk3dir.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87b1a8d
)
Hopefully fix an issue with dying
author
Mario <mario@smbclan.net>
Thu, 10 Dec 2015 20:27:43 +0000
(06:27 +1000)
committer
Mario <mario@smbclan.net>
Thu, 10 Dec 2015 20:27:43 +0000
(06:27 +1000)
qcsrc/common/stats.qh
patch
|
blob
|
history
diff --git
a/qcsrc/common/stats.qh
b/qcsrc/common/stats.qh
index 3780a33fe8154139d2041c36d13ac6be7b7ac551..18f22187c4de6e5b28a62cf036fa31f9146514d9 100644
(file)
--- 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 getstat
i
(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)