diff options
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r-- | src/game/g_local.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h index f4e796ae..6404e6b6 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -185,9 +185,11 @@ struct gentity_s { gentity_t *parentNode; //TA: for creep and defence/spawn dependencies qboolean active; //TA: for power repeater, but could be useful elsewhere qboolean powered; //TA: for human buildables + int builtBy; //TA: clientNum of person that built this int credits[ MAX_CLIENTS ]; //TA: human credits for each client qboolean creditsHash[ MAX_CLIENTS ]; //TA: track who has claimed credit + int killedBy; //TA: clientNum of killer }; typedef enum { |