diff options
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 4819388..a98d818 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -336,6 +336,7 @@ typedef struct typedef struct { qboolean inuse[ CSD_MAX ]; + qboolean ranked[ CSD_MAX ]; float effs[ CSD_MAX ]; float effs_pc[ CSD_MAX ]; } combatRanks_t; |