From a5c56eb6cf0c0f8e3ec88f68861d79b6a0586b79 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Fri, 10 Oct 2003 03:16:15 +0000 Subject: * Wall jumping for chimera * Changed a few jump heights * Added vote team kick * Re-placed the voting notes * Passed voting info to UI module * Removed "spawnBody" command --- ui/menudef.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ui') 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 -- cgit