From 5b328e54842b128881237ed608705b596f310ce8 Mon Sep 17 00:00:00 2001 From: oy Date: Sat, 26 Mar 2011 22:06:29 +0100 Subject: added a limit for the number of votes that can be added to the server and send options as lists when a client joins. Closes #459 --- src/game/server/gamecontext.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game/server/gamecontext.h') diff --git a/src/game/server/gamecontext.h b/src/game/server/gamecontext.h index 399e0058..38100a06 100644 --- a/src/game/server/gamecontext.h +++ b/src/game/server/gamecontext.h @@ -99,6 +99,7 @@ public: char m_aVoteDescription[VOTE_DESC_LENGTH]; char m_aVoteCommand[VOTE_CMD_LENGTH]; char m_aVoteReason[VOTE_REASON_LENGTH]; + int m_NumVoteOptions; int m_VoteEnforce; enum { -- cgit 1.4.1