diff options
author | enneract <trem.redman@gmail.com> | 2014-12-20 13:33:55 +0100 |
---|---|---|
committer | enneract <trem.redman@gmail.com> | 2014-12-20 13:33:55 +0100 |
commit | 1cd59c900d16f038f13fb5f392f346cb8c2154a6 (patch) | |
tree | c8837b8082c91ab78ab9280af2db8fd7f8deaab6 /src/game/g_local.h | |
parent | 3a7015bd646110a378c3b5f0a8638368f2827788 (diff) |
Track self damage in combat statistics.
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r-- | src/game/g_local.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h index 918a809..0717e47 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -324,6 +324,7 @@ typedef struct int enemy_buildable; int friendly; int friendly_buildable; + int self; } combatStats_t; // client data that stays across multiple respawns, but is cleared |