Running astyle.

This commit is contained in:
lotodore
2012-12-21 01:01:01 +01:00
parent 7503b1754e
commit d3cd97c666
63 changed files with 4437 additions and 4448 deletions
+3 -3
View File
@@ -91,7 +91,7 @@ void Session::startLocalGame(const GameData &gameData, const StartData &startDat
currentGame.reset();
currentGameNum++;
currentGameNum++;
myGui->initGui(gameData.guiSpeed);
@@ -177,10 +177,10 @@ void Session::startInternetClient()
myNetClient->Init(
myConfig->readConfigString("InternetServerAddress"),
// myConfig->readConfigString("InternetServerListAddress"),
"pokerth.net/serverlist_testing.xml.z",
"pokerth.net/serverlist_testing.xml.z",
myConfig->readConfigString("ServerPassword"),
// myConfig->readConfigInt("InternetServerConfigMode") == 0,
true,
true,
myConfig->readConfigInt("InternetServerPort"),
myConfig->readConfigInt("InternetServerUseIpv6") == 1,
myConfig->readConfigInt("InternetServerUseSctp") == 1,