diff options
Diffstat (limited to 'src/game/server/gamecontext.h')
| -rw-r--r-- | src/game/server/gamecontext.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |