diff options
Diffstat (limited to 'src/game/bg_public.h')
-rw-r--r-- | src/game/bg_public.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/game/bg_public.h b/src/game/bg_public.h index c645f915..f78218ac 100644 --- a/src/game/bg_public.h +++ b/src/game/bg_public.h @@ -71,7 +71,6 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #define CS_BUILDPOINTS 28 #define CS_STAGES 29 -#define CS_SPAWNS 30 #define CS_MODELS 33 #define CS_SOUNDS (CS_MODELS+MAX_MODELS) @@ -261,7 +260,7 @@ typedef enum { PERS_SCORE, // !!! MUST NOT CHANGE, SERVER AND GAME BOTH REFERENCE !!! PERS_HITS, // total points damage inflicted so damage beeps can sound on change - PERS_RANK, + PERS_SPAWNS, // how many spawns your team has PERS_TEAM, PERS_SPAWN_COUNT, // incremented every respawn PERS_ATTACKER, // clientnum of last damage inflicter |