summaryrefslogtreecommitdiff
path: root/src/game/bg_public.h
diff options
context:
space:
mode:
authorChristopher Schwarz <lakitu7@gmail.com>2011-02-21 08:37:02 +0000
committerTim Angus <tim@ngus.net>2013-01-03 00:18:01 +0000
commitcf1f5dc37a767c2ebe3c88fc106a23e5cc13b15a (patch)
tree23ee24c2113cc32eadc648a77c8b766d141c95a7 /src/game/bg_public.h
parent194bcc454fa4964185c721577d3605fe11a97660 (diff)
* (bug 4908) Show BP from marked buildables on the HUD
Diffstat (limited to 'src/game/bg_public.h')
-rw-r--r--src/game/bg_public.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/game/bg_public.h b/src/game/bg_public.h
index eb6bb8af..6ba46f6e 100644
--- a/src/game/bg_public.h
+++ b/src/game/bg_public.h
@@ -274,8 +274,9 @@ typedef enum
PERS_CREDIT, // human credit
PERS_QUEUEPOS, // position in the spawn queue
PERS_NEWWEAPON, // weapon to switch to
- PERS_BP
- // netcode has space for 4 more
+ PERS_BP,
+ PERS_MARKEDBP
+ // netcode has space for 3 more
} persEnum_t;
#define PS_WALLCLIMBINGFOLLOW 0x00000001