diff options
author | Tim Angus <tim@ngus.net> | 2002-02-16 01:22:56 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2002-02-16 01:22:56 +0000 |
commit | 1377fc75295277a46f7d5b314e7f91dfab218b13 (patch) | |
tree | baf84603aafd00ea269455c632fa578c17ee3de2 /ui | |
parent | 0a4865223bf1d5796fa8924e8eb60f961dc04b50 (diff) |
Alien sense updates, among other things
Diffstat (limited to 'ui')
-rw-r--r-- | ui/menudef.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/menudef.h b/ui/menudef.h index 3049250f..95c84c1f 100644 --- a/ui/menudef.h +++ b/ui/menudef.h @@ -131,6 +131,9 @@ #define CG_PLAYER_AMMO_ICON 5 #define CG_PLAYER_AMMO_VALUE 6 #define CG_PLAYER_CLIPS_VALUE 70 +#define CG_PLAYER_CREDITS_VALUE 71 +#define CG_PLAYER_BANK_VALUE 72 +#define CG_PLAYER_STAMINA 73 #define CG_SELECTEDPLAYER_HEAD 7 #define CG_SELECTEDPLAYER_NAME 8 #define CG_SELECTEDPLAYER_LOCATION 9 |