mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Fix bug in tuning zone messages (My bad) and increase text lengths to 256
This commit is contained in:
parent
7e845b1512
commit
7494bb7b93
|
@ -124,8 +124,8 @@ public:
|
||||||
char m_aVoteReason[VOTE_REASON_LENGTH];
|
char m_aVoteReason[VOTE_REASON_LENGTH];
|
||||||
int m_NumVoteOptions;
|
int m_NumVoteOptions;
|
||||||
int m_VoteEnforce;
|
int m_VoteEnforce;
|
||||||
char m_ZoneEnterMsg[64][256]; // 0 is used for switching from or to area without tunings
|
char m_ZoneEnterMsg[256][256]; // 0 is used for switching from or to area without tunings
|
||||||
char m_ZoneLeaveMsg[64][256];
|
char m_ZoneLeaveMsg[256][256];
|
||||||
|
|
||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue