diff options
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r-- | src/game/g_local.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h index 1a1dbfa0..a84c7c49 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -179,6 +179,9 @@ struct gentity_s { vec3_t turloc; //TA: direction human defense turrets are pointing qboolean active; //TA: for power repeater, but could be useful elsewhere qboolean powered; //TA: for human buildables + + int credits[ MAX_CLIENTS ]; //TA: human credits for each client + qboolean creditsHash[ MAX_CLIENTS ]; //TA: track who has claimed credit }; typedef enum { |