From 1cd59c900d16f038f13fb5f392f346cb8c2154a6 Mon Sep 17 00:00:00 2001 From: enneract Date: Sat, 20 Dec 2014 13:33:55 +0100 Subject: Track self damage in combat statistics. --- src/game/g_local.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game/g_local.h') 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 -- cgit