Warning: Enables debug mode.

More steps towards downloading avatars from external server. This is currently BROKEN.
This commit is contained in:
lotodore
2009-03-21 01:39:00 +00:00
parent b1bad8d144
commit ebce3ee214
9 changed files with 253 additions and 15 deletions
+3
View File
@@ -32,6 +32,7 @@ class ClientContext;
class ClientState;
class SenderThread;
class ReceiverHelper;
class DownloaderThread;
class ClientSenderCallback;
class Game;
class NetPacket;
@@ -173,6 +174,8 @@ private:
boost::shared_ptr<ReceiverHelper> m_receiver;
boost::shared_ptr<DownloaderThread> m_avatarDownloader;
GameData m_gameData;
StartData m_startData;
PlayerDataList m_playerDataList;