add showCards function to receive cards from players which hit the show-cards-button during postriver. define static ranking game data

This commit is contained in:
doitux
2010-07-15 09:52:24 +00:00
parent b4d02f4cb0
commit 6c2c4eaaeb
12 changed files with 150 additions and 125 deletions
+2 -4
View File
@@ -38,8 +38,6 @@
#define NET_DEFAULT_GAME "default"
//uncomment for 0.7 beta
//#define POKERTH_IS_07BETA
using namespace std;
@@ -167,8 +165,8 @@ void Session::startInternetClient()
myNetClient->Init(
myConfig->readConfigString("InternetServerAddress"),
#ifdef POKERTH_IS_07BETA
"pokerth.net/serverlist07.xml.z", 1,
#ifdef POKERTH_IS_08BETA
"pokerth.net/serverlist_testing.xml.z", 1,
#else
myConfig->readConfigString("InternetServerListAddress"),
myConfig->readConfigInt("InternetServerConfigMode") == 0,