diff options
author | Tim Angus <tim@ngus.net> | 2002-09-19 04:29:57 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2002-09-19 04:29:57 +0000 |
commit | 83117d8363aa5d69b30c068517d193bd7bb64947 (patch) | |
tree | 7cd79e6335838917fc6c95d741475dcbfa0e0b00 /ui | |
parent | 051ef1cc65bce8f0e3b11908942d6af6d3322720 (diff) |
* Health and stamina reflected by meters
Diffstat (limited to 'ui')
-rw-r--r-- | ui/menudef.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/menudef.h b/ui/menudef.h index c3c31a2c..7b920b7b 100644 --- a/ui/menudef.h +++ b/ui/menudef.h @@ -129,6 +129,7 @@ #define CG_PLAYER_ARMOR_VALUE 2 #define CG_PLAYER_HEAD 3 #define CG_PLAYER_HEALTH 4 +#define CG_PLAYER_HEALTH_BAR 92 #define CG_PLAYER_AMMO_ICON 5 #define CG_PLAYER_AMMO_VALUE 6 #define CG_PLAYER_CLIPS_VALUE 70 |