summaryrefslogtreecommitdiff
path: root/src/game/bg_public.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/bg_public.h')
-rw-r--r--src/game/bg_public.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/game/bg_public.h b/src/game/bg_public.h
index 1104dccb..5055a632 100644
--- a/src/game/bg_public.h
+++ b/src/game/bg_public.h
@@ -257,9 +257,10 @@ typedef enum
//TA:
PERS_STATE,
- PERS_CREDIT, //TA: human credit
- PERS_BANK, //TA: human credit in the bank
- PERS_QUEUEPOS //TA: position in the spawn queue
+ PERS_CREDIT, // human credit
+ PERS_BANK, // human credit in the bank
+ PERS_QUEUEPOS, // position in the spawn queue
+ PERS_NEWWEAPON // weapon to switch to
} persEnum_t;
#define PS_WALLCLIMBINGFOLLOW 0x00000001
@@ -506,7 +507,6 @@ typedef enum
EV_NOAMMO,
EV_CHANGE_WEAPON,
- EV_NEXT_WEAPON,
EV_FIRE_WEAPON,
EV_FIRE_WEAPON2,
EV_FIRE_WEAPON3,