Fix bug in tuning zone messages (My bad) and increase text lengths to 256

This commit is contained in:
def 2014-03-28 23:31:53 +01:00
parent 7e845b1512
commit 7494bb7b93

View file

@ -124,8 +124,8 @@ public:
char m_aVoteReason[VOTE_REASON_LENGTH];
int m_NumVoteOptions;
int m_VoteEnforce;
char m_ZoneEnterMsg[64][256]; // 0 is used for switching from or to area without tunings
char m_ZoneLeaveMsg[64][256];
char m_ZoneEnterMsg[256][256]; // 0 is used for switching from or to area without tunings
char m_ZoneLeaveMsg[256][256];
enum
{