diff --git a/src/config/configfile.cpp b/src/config/configfile.cpp
index 57cab935..65992cdc 100644
--- a/src/config/configfile.cpp
+++ b/src/config/configfile.cpp
@@ -48,7 +48,7 @@ ConfigFile::ConfigFile(char *argv0, bool readonly) : noWriteAccess(readonly)
myQtToolsInterface = CreateQtToolsWrapper();
// !!!! Revisionsnummer der Configdefaults !!!!!
- configRev = 59;
+ configRev = 60;
//standard defaults
logOnOffDefault = "1";
@@ -152,8 +152,8 @@ ConfigFile::ConfigFile(char *argv0, bool readonly) : noWriteAccess(readonly)
configList.push_back(ConfigInfo("PlayGameActions", CONFIG_TYPE_INT, "1"));
configList.push_back(ConfigInfo("PlayLobbyChatNotification", CONFIG_TYPE_INT, "1"));
configList.push_back(ConfigInfo("PlayNetworkGameNotification", CONFIG_TYPE_INT, "1"));
- configList.push_back(ConfigInfo("NumberOfPlayers", CONFIG_TYPE_INT, "7"));
- configList.push_back(ConfigInfo("StartCash", CONFIG_TYPE_INT, "3000"));
+ configList.push_back(ConfigInfo("NumberOfPlayers", CONFIG_TYPE_INT, "10"));
+ configList.push_back(ConfigInfo("StartCash", CONFIG_TYPE_INT, "5000"));
configList.push_back(ConfigInfo("FirstSmallBlind", CONFIG_TYPE_INT, "10"));
configList.push_back(ConfigInfo("RaiseBlindsAtHands", CONFIG_TYPE_INT, "1"));
configList.push_back(ConfigInfo("RaiseBlindsAtMinutes", CONFIG_TYPE_INT, "0"));
diff --git a/src/game_defs.h b/src/game_defs.h
index d912b783..1a99d6e8 100644
--- a/src/game_defs.h
+++ b/src/game_defs.h
@@ -33,7 +33,7 @@
#define POKERTH_VERSION ((POKERTH_VERSION_MAJOR << 8) | POKERTH_VERSION_MINOR)
#define POKERTH_BETA_REVISION 0
-#define POKERTH_BETA_RELEASE_STRING "0.6.4"
+#define POKERTH_BETA_RELEASE_STRING "0.6.5"
enum ServerNetworkMode {
NETWORK_MODE_TCP = 1,
diff --git a/src/gui/qt/gametable/gametableimpl.cpp b/src/gui/qt/gametable/gametableimpl.cpp
index 4a328191..c83b87f8 100755
--- a/src/gui/qt/gametable/gametableimpl.cpp
+++ b/src/gui/qt/gametable/gametableimpl.cpp
@@ -2270,7 +2270,7 @@ void gameTableImpl::postRiverRunAnimation5() {
for(it_c=currentHand->getActivePlayerList()->begin(); it_c!=currentHand->getActivePlayerList()->end(); it_c++) {
if((*it_c)->getMyAction() != PLAYER_ACTION_FOLD && (*it_c)->getMyCardsValueInt() == currentHand->getCurrentBeRo()->getHighestCardsValue() ) {
-// cashTopLabelArray[(*it_c)->getMyID()]->setText("");
+ playerNameLabelArray[(*it_c)->getMyID()]->setText("");
}
}
}
@@ -2280,7 +2280,7 @@ void gameTableImpl::postRiverRunAnimation5() {
for(it_c=currentHand->getActivePlayerList()->begin(); it_c!=currentHand->getActivePlayerList()->end(); it_c++) {
if((*it_c)->getMyAction() != PLAYER_ACTION_FOLD && (*it_c)->getMyCardsValueInt() == currentHand->getCurrentBeRo()->getHighestCardsValue() ) {
-// cashTopLabelArray[(*it_c)->getMyID()]->setText("Cash:");
+ playerNameLabelArray[(*it_c)->getMyID()]->setText(QString::fromUtf8((*it_c)->getMyName().c_str()));
}
}
}
diff --git a/src/gui/qt/startwindow.ui b/src/gui/qt/startwindow.ui
index a3547e7e..e2c0fded 100644
--- a/src/gui/qt/startwindow.ui
+++ b/src/gui/qt/startwindow.ui
@@ -6,19 +6,19 @@
0
0
450
- 380
+ 350
450
- 380
+ 350
450
- 380
+ 350
@@ -55,7 +55,7 @@
-
- -1
+ 6
-
@@ -173,7 +173,7 @@
0
0
450
- 30
+ 23