diff options
author | Tim Angus <tim@ngus.net> | 2003-03-26 04:44:30 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2003-03-26 04:44:30 +0000 |
commit | 16c0597ac7177923e33731bff0ff74971d87b06f (patch) | |
tree | bbb486b1c69453acc2fb24b05c1971e65e3e50b2 /ui | |
parent | 4d5d0030bf9e20081d1a6a20a56657790b67be9a (diff) |
* Added CG_PLAYER_WEAPONICON ownerdraw at Jex's request
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 eec6d04b..525289dd 100644 --- a/ui/menudef.h +++ b/ui/menudef.h @@ -147,6 +147,7 @@ #define CG_PLAYER_CLIPS_RING 98 #define CG_PLAYER_SELECT 74 #define CG_PLAYER_SELECTTEXT 75 +#define CG_PLAYER_WEAPONICON 111 #define CG_PLAYER_WALLCLIMBING 103 #define CG_PLAYER_BOOSTED 104 #define CG_PLAYER_POISON_BARBS 105 |