diff options
author | Tim Angus <tim@ngus.net> | 2003-02-03 03:42:57 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2003-02-03 03:42:57 +0000 |
commit | 30b6770361526a9713825591ced3b04ae3229827 (patch) | |
tree | 49f1d84969fc4a2ac4cefbdcb062e4ae1a787f76 /ui | |
parent | 03986b8845ba59376ff6b315be0ebf47ee7244d8 (diff) |
* Makefile edit to include menudef.h in ctags
* Added ownerdraw to display a graphic when a usable buildable is nearby
* Converted alien sense and human scanner to ownerdraws
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 bb4c30e5..eec6d04b 100644 --- a/ui/menudef.h +++ b/ui/menudef.h @@ -150,6 +150,9 @@ #define CG_PLAYER_WALLCLIMBING 103 #define CG_PLAYER_BOOSTED 104 #define CG_PLAYER_POISON_BARBS 105 +#define CG_PLAYER_ALIEN_SENSE 108 +#define CG_PLAYER_HUMAN_SCANNER 109 +#define CG_PLAYER_USABLE_BUILDABLE 110 #define CG_SELECTEDPLAYER_HEAD 7 #define CG_SELECTEDPLAYER_NAME 8 #define CG_SELECTEDPLAYER_LOCATION 9 |