From 8ad3def65ea79f66c7508c219e05da3e5e117fe9 Mon Sep 17 00:00:00 2001 From: oy Date: Fri, 25 Mar 2011 09:49:21 +0100 Subject: added aliases for votes. Closes #144 --- src/game/server/gamecontext.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/game/server/gamecontext.h') diff --git a/src/game/server/gamecontext.h b/src/game/server/gamecontext.h index 7379b74d..19926290 100644 --- a/src/game/server/gamecontext.h +++ b/src/game/server/gamecontext.h @@ -93,7 +93,7 @@ public: int64 m_VoteCloseTime; bool m_VoteUpdate; int m_VotePos; - char m_aVoteDescription[512]; + char m_aVoteDescription[64]; char m_aVoteCommand[512]; int m_VoteEnforce; enum @@ -106,6 +106,7 @@ public: { CVoteOption *m_pNext; CVoteOption *m_pPrev; + char m_aDescription[64]; char m_aCommand[1]; }; CHeap *m_pVoteOptionHeap; -- cgit 1.4.1