about summary refs log tree commit diff
path: root/src/game/server/gamecontext.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/server/gamecontext.h')
-rw-r--r--src/game/server/gamecontext.h3
1 files changed, 2 insertions, 1 deletions
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;