From 88b9c6caf9e8593bb6eb82a4b7a0bcba57952488 Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Fri, 23 Feb 2018 19:05:15 +0100 Subject: Revert "stop using PERS_SCORE from the server component" This reverts commit ef4057c1551351ceff9a1378795b2fb8fb929200. --- src/game/bg_public.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game') 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, -- cgit