Fix compile error with GCC

This commit is contained in:
Michael Cook (mackal)
2015-01-20 00:04:22 -05:00
parent e70e443950
commit 5c56929a23
4 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -246,7 +246,7 @@ Client::Client(EQStreamInterface* ieqs)
GlobalChatLimiterTimer = new Timer(RuleI(Chat, IntervalDurationMS));
AttemptedMessages = 0;
TotalKarma = 0;
ClientVersion = ClientVersion::Unknown;
m_ClientVersion = ClientVersion::Unknown;
ClientVersionBit = 0;
AggroCount = 0;
RestRegenHP = 0;