summaryrefslogtreecommitdiff
path: root/src/game/g_local.h
diff options
context:
space:
mode:
authorenneract <trem.redman@gmail.com>2014-12-20 13:33:55 +0100
committerenneract <trem.redman@gmail.com>2014-12-20 13:33:55 +0100
commit1cd59c900d16f038f13fb5f392f346cb8c2154a6 (patch)
treec8837b8082c91ab78ab9280af2db8fd7f8deaab6 /src/game/g_local.h
parent3a7015bd646110a378c3b5f0a8638368f2827788 (diff)
Track self damage in combat statistics.
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r--src/game/g_local.h1
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