summaryrefslogtreecommitdiff
path: root/src/game/g_local.h
diff options
context:
space:
mode:
authorenneract <trem.redman@gmail.com>2014-12-21 15:07:33 +0100
committerenneract <trem.redman@gmail.com>2014-12-21 15:07:33 +0100
commitaa35a605754dedb08cf175f3deb43fcf668c20d6 (patch)
treee12baddc6752b2c6c2c4c6721c14dd00a17e892f /src/game/g_local.h
parent2d3a3188cbd98a3adb4d7dce84f58c59decd488c (diff)
parentff555a521abe57c7c150d3bd4f1fc65323fbd5dd (diff)
Merge branch 'combat-stats'
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r--src/game/g_local.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h
index db363f8..d2b5288 100644
--- a/src/game/g_local.h
+++ b/src/game/g_local.h
@@ -335,10 +335,10 @@ typedef struct
typedef struct
{
- qboolean inuse[ CSD_MAX ];
- qboolean ranked[ CSD_MAX ];
- float effs[ CSD_MAX ];
- float effs_pc[ CSD_MAX ];
+ qboolean inuse;
+ qboolean ranked;
+ float skill;
+ float skill_pc;
} combatRanks_t;
// client data that stays across multiple respawns, but is cleared