diff options
author | Tim Angus <tim@ngus.net> | 2002-12-01 03:17:55 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2002-12-01 03:17:55 +0000 |
commit | 571cc865a2b4a07c7667bd8a49ffe62ac72fc193 (patch) | |
tree | 0bdb782f1aa45bbd61ddb6535d8ed919d4bcf390 /ui | |
parent | b2fbc3d57230c38014d44fbda8a8e8f22609a994 (diff) |
* New ownerdraws for the alien hud
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 775bc1ab..1ca77a9e 100644 --- a/ui/menudef.h +++ b/ui/menudef.h @@ -145,6 +145,9 @@ #define CG_PLAYER_CLIPS_RING 98 #define CG_PLAYER_SELECT 74 #define CG_PLAYER_SELECTTEXT 75 +#define CG_PLAYER_WALLCLIMBING 103 +#define CG_PLAYER_BOOSTED 104 +#define CG_PLAYER_POISON_BARBS 105 #define CG_SELECTEDPLAYER_HEAD 7 #define CG_SELECTEDPLAYER_NAME 8 #define CG_SELECTEDPLAYER_LOCATION 9 |