summaryrefslogtreecommitdiff
path: root/src/game
diff options
context:
space:
mode:
Diffstat (limited to 'src/game')
-rw-r--r--src/game/bg_public.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/bg_public.h b/src/game/bg_public.h
index 2c0d1b31..57803a24 100644
--- a/src/game/bg_public.h
+++ b/src/game/bg_public.h
@@ -223,6 +223,7 @@ typedef enum
STAT_BUILDABLE, // which ghost model to display for building
STAT_FALLDIST, // the distance the player fell
STAT_VIEWLOCK // direction to lock the view in
+ // netcode has space for 3 more
} statIndex_t;
#define SCA_WALLCLIMBER 0x00000001
@@ -267,9 +268,9 @@ typedef enum
PERS_STATE,
PERS_CREDIT, // human credit
- PERS_BANK, // human credit in the bank
PERS_QUEUEPOS, // position in the spawn queue
PERS_NEWWEAPON // weapon to switch to
+ // netcode has space for 5 more
} persEnum_t;
#define PS_WALLCLIMBINGFOLLOW 0x00000001