summaryrefslogtreecommitdiff
path: root/src/game/bg_public.h
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2018-02-23 19:05:15 +0100
committerPaweł Redman <pawel.redman@gmail.com>2018-02-23 19:05:15 +0100
commit88b9c6caf9e8593bb6eb82a4b7a0bcba57952488 (patch)
tree90c4bee6ee59fd51d2f067648a402fcef645cd97 /src/game/bg_public.h
parentb63473f9a4adc85b466d52a28aa2eda8ea0719f8 (diff)
Revert "stop using PERS_SCORE from the server component"
This reverts commit ef4057c1551351ceff9a1378795b2fb8fb929200.
Diffstat (limited to 'src/game/bg_public.h')
-rw-r--r--src/game/bg_public.h2
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,