More work to let clients download avatars from an external server.

This commit is contained in:
lotodore
2009-03-21 11:36:10 +00:00
parent 55a29f9a38
commit c3dc770c2e
5 changed files with 56 additions and 22 deletions
+4 -1
View File
@@ -658,7 +658,10 @@ AbstractClientStateReceiving::Process(ClientThread &client)
{
int retVal = MSG_SOCK_INTERNAL_PENDING;
// delegate to receiver helper class
// Check for avatar downloads.
client.CheckAvatarDownloads();
// Delegate to receiver helper class.
boost::shared_ptr<NetPacket> tmpPacket =
client.GetReceiver().Recv(client.GetContext().GetSocket(), client.GetContext().GetReceiveBuffer());