diff options
Diffstat (limited to 'ui/menudef.h')
-rw-r--r-- | ui/menudef.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ui/menudef.h b/ui/menudef.h index a5247c53..1c2d8c48 100644 --- a/ui/menudef.h +++ b/ui/menudef.h @@ -117,8 +117,12 @@ #define UI_SHOW_NETANYTEAMGAME 0x00000800 #define UI_SHOW_NOTFAVORITESERVERS 0x00001000 +#define UI_SHOW_VOTEACTIVE 0x00002000 +#define UI_SHOW_CANVOTE 0x00004000 +#define UI_SHOW_TEAMVOTEACTIVE 0x00008000 +#define UI_SHOW_CANTEAMVOTE 0x00010000 - +#define UI_SHOW_NOTSPECTATING 0x00020000 // owner draw types // ideally these should be done outside of this file but |