diff options
Diffstat (limited to 'src/game/bg_public.h')
-rw-r--r-- | src/game/bg_public.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/game/bg_public.h b/src/game/bg_public.h index 01ea379e..f5e5cef1 100644 --- a/src/game/bg_public.h +++ b/src/game/bg_public.h @@ -90,11 +90,7 @@ #define CS_ITEMS 27 // string of 0's and 1's that tell which items are present //TA: extra stuff: -#define CS_DBPOINTS 28 -#define CS_DTBPOINTS 29 -#define CS_HBPOINTS 30 -#define CS_HTBPOINTS 31 -#define CS_HPBPOINTS 32 +#define CS_BUILDPOINTS 28 #define CS_MODELS 33 #define CS_SOUNDS (CS_MODELS+MAX_MODELS) |