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 */