Starting login dialog integration on client side.

This commit is contained in:
lotodore
2009-09-24 20:10:40 +00:00
parent 64613ac9b4
commit 39285263b7
11 changed files with 65 additions and 42 deletions
+3 -3
View File
@@ -84,8 +84,8 @@ void
ClientThread::Init(
const string &serverAddress, const string &serverListUrl,
bool useServerList, unsigned serverPort, bool ipv6, bool sctp,
const string &avatarServerAddress, const string &pwd,
const string &playerName, const string &avatarFile,
const string &avatarServerAddress, const string &playerName,
const string &playerPwd, const string &avatarFile,
const string &cacheDir)
{
if (IsRunning())
@@ -103,8 +103,8 @@ ClientThread::Init(
context.SetUseServerList(useServerList);
context.SetServerPort(serverPort);
context.SetAvatarServerAddr(avatarServerAddress);
context.SetPassword(pwd);
context.SetPlayerName(playerName);
context.SetPassword(playerPwd);
context.SetAvatarFile(avatarFile);
context.SetCacheDir(cacheDir);
}