From dabf486a9f749b865cf430badd9ddb858fcef97a Mon Sep 17 00:00:00 2001 From: Asher Baker Date: Tue, 4 Jan 2011 11:02:39 -0500 Subject: [PATCH] Added missing MENUFLAG_BUTTON_NOVOTE define to menus.inc (bug 4217, r=psychonic). --- plugins/include/menus.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/include/menus.inc b/plugins/include/menus.inc index 0250c89e..6b2c96fc 100644 --- a/plugins/include/menus.inc +++ b/plugins/include/menus.inc @@ -88,6 +88,7 @@ enum MenuAction #define MENUFLAG_BUTTON_EXIT (1<<0) /**< Menu has an "exit" button (default if paginated) */ #define MENUFLAG_BUTTON_EXITBACK (1<<1) /**< Menu has an "exit back" button */ #define MENUFLAG_NO_SOUND (1<<2) /**< Menu will not have any select sounds */ +#define MENUFLAG_BUTTON_NOVOTE (1<<3) /**< Menu has a "No Vote" button at slot 1 */ #define VOTEINFO_CLIENT_INDEX 0 /**< Client index */ #define VOTEINFO_CLIENT_ITEM 1 /**< Item the client selected, or -1 for none */