diff options
author | enneract <trem.redman@gmail.com> | 2014-12-20 19:06:32 +0100 |
---|---|---|
committer | enneract <trem.redman@gmail.com> | 2014-12-20 19:06:32 +0100 |
commit | f5c4bc00cf6307c14a6037a1f0a68259e4fe2ac8 (patch) | |
tree | 6ce1bc6ed42acda27867f2661aca15d95a274635 /src/game/g_local.h | |
parent | a3d67fdf7ea5d02d11bfd17a9df335c8a8fa248f (diff) |
Improve the output of /stats.
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; |