Fixed build.

"Nice" improvement DS.

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402474
This commit is contained in:
Scott Ehlert 2008-08-24 05:05:04 +00:00
parent 1251093ec1
commit 93944e7f4b

View File

@ -105,6 +105,7 @@ private:
int m_iIndex;
unsigned int m_LangId;
int m_UserId;
bool m_bFakeClient;
};
class PlayerManager :
@ -195,7 +196,6 @@ private:
bool m_QueryLang;
bool m_bIsListenServer;
int m_ListenClient;
bool m_bFakeClient;
};
extern PlayerManager g_Players;