summaryrefslogtreecommitdiff
path: root/src/game/bg_public.h
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2002-02-16 01:22:56 +0000
committerTim Angus <tim@ngus.net>2002-02-16 01:22:56 +0000
commit1377fc75295277a46f7d5b314e7f91dfab218b13 (patch)
treebaf84603aafd00ea269455c632fa578c17ee3de2 /src/game/bg_public.h
parent0a4865223bf1d5796fa8924e8eb60f961dc04b50 (diff)
Alien sense updates, among other things
Diffstat (limited to 'src/game/bg_public.h')
-rw-r--r--src/game/bg_public.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/bg_public.h b/src/game/bg_public.h
index da8d65fa..9238fca1 100644
--- a/src/game/bg_public.h
+++ b/src/game/bg_public.h
@@ -224,6 +224,7 @@ typedef enum {
STAT_STAMINA, //TA: stamina (human only)
STAT_STATE, //TA: client states e.g. wall climbing
STAT_CREDIT, //TA: human credit
+ STAT_BANK, //TA: human credit in the bank
STAT_MISC, //TA: for uh...misc stuff
STAT_BUILDABLE //TA: which ghost model to display for building
} statIndex_t;
@@ -249,6 +250,8 @@ typedef enum {
#define SB_VALID_TOGGLEBIT 16384
+#define MAX_STAMINA 1000
+
// player_state->persistant[] indexes
// these fields are the only part of player_state that isn't
// cleared on respawn