summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2003-10-10 03:16:15 +0000
committerTim Angus <tim@ngus.net>2003-10-10 03:16:15 +0000
commita5c56eb6cf0c0f8e3ec88f68861d79b6a0586b79 (patch)
treeec6c0d622abe31193819414887692ffcb1068d99 /ui
parent827ad547914530106e318e13871a856cd7cf50b5 (diff)
* 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
Diffstat (limited to 'ui')
-rw-r--r--ui/menudef.h6
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