summaryrefslogtreecommitdiff
path: root/src/game/g_local.h
diff options
context:
space:
mode:
authorenneract <trem.redman@gmail.com>2014-12-21 01:43:59 +0100
committerenneract <trem.redman@gmail.com>2014-12-21 01:43:59 +0100
commitff555a521abe57c7c150d3bd4f1fc65323fbd5dd (patch)
tree7eae7ae15a40c0f2bc47457fb3c3744caa53b2e1 /src/game/g_local.h
parent89c52da526ea245d79184e373bcc259e9a6b0e9d (diff)
Simplify in-game combat statistics.
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