Added optional 'No Vote' option to vote menu (bug 4217, r=dvander)

This commit is contained in:
Matt Woodrow
2010-02-27 14:56:02 +13:00
parent 46a46f5e49
commit 5f9b2a91fd
4 changed files with 53 additions and 0 deletions
+1
View File
@@ -178,6 +178,7 @@ namespace SourceMod
#define MENUFLAG_BUTTON_EXIT (1<<0) /**< Menu has an "exit" button */
#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 VOTEFLAG_NO_REVOTES (1<<0) /**< Players cannot change their votes */