diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2018-02-23 19:05:15 +0100 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2018-02-23 19:05:15 +0100 |
commit | 88b9c6caf9e8593bb6eb82a4b7a0bcba57952488 (patch) | |
tree | 90c4bee6ee59fd51d2f067648a402fcef645cd97 /src/game | |
parent | b63473f9a4adc85b466d52a28aa2eda8ea0719f8 (diff) |
Revert "stop using PERS_SCORE from the server component"
This reverts commit ef4057c1551351ceff9a1378795b2fb8fb929200.
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 04659ebb..0c2a26e1 100644 --- a/src/game/bg_public.h +++ b/src/game/bg_public.h @@ -261,7 +261,7 @@ typedef enum // cleared on respawn typedef enum { - PERS_SCORE, + PERS_SCORE, // !!! MUST NOT CHANGE, SERVER AND GAME BOTH REFERENCE !!! PERS_HITS, // total points damage inflicted so damage beeps can sound on change PERS_SPAWNS, // how many spawns your team has PERS_SPECSTATE, |