diff options
Diffstat (limited to 'src/game')
-rw-r--r-- | src/game/bg_public.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/bg_public.h b/src/game/bg_public.h index b5620401..bbb2f08b 100644 --- a/src/game/bg_public.h +++ b/src/game/bg_public.h @@ -262,7 +262,7 @@ typedef enum // cleared on respawn typedef enum { - PERS_SCORE, // !!! MUST NOT CHANGE, SERVER AND GAME BOTH REFERENCE !!! + PERS_SCORE, PERS_HITS, // total points damage inflicted so damage beeps can sound on change PERS_SPAWNS, // how many spawns your team has PERS_SPECSTATE, |