diff --git a/src/game.cpp b/src/game.cpp index 52ad92a6..6ec3bdd5 100755 --- a/src/game.cpp +++ b/src/game.cpp @@ -121,7 +121,7 @@ void Game::startHand() actualHandID++; // smallBlind alle x Runden erhöhen - if(actualHandID%startHandsBeforeRaiseSmallBlind == 0) actualSmallBlind *= 2; + if(actualHandID%(startHandsBeforeRaiseSmallBlind+1) == 0) actualSmallBlind *= 2; //Spieler Action auf 0 setzen for(i=0; i - About PokerTH + About PokerTH 0.4 @@ -41,7 +41,7 @@ <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">PokerTH</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">PokerTH 0.4</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-weight:600;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- Poker-Engine for the popular "Texas Holdem"-Poker</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- Singleplayer-Modus</p> diff --git a/src/gui/qt/log/log.cpp b/src/gui/qt/log/log.cpp index 93929c9e..6c7ea0f9 100644 --- a/src/gui/qt/log/log.cpp +++ b/src/gui/qt/log/log.cpp @@ -47,7 +47,7 @@ Log::Log(mainWindowImpl* w) : myW(w) stream << "\n"; stream << "\n"; stream << "\n"; - stream << "

Log-File for PokerTH Session started on "+QDate::currentDate().toString("yyyy-MM-dd")+" at "+QTime::currentTime().toString("hh:mm:ss")+"

\n"; + stream << "

Log-File for PokerTH 0.4 Session started on "+QDate::currentDate().toString("yyyy-MM-dd")+" at "+QTime::currentTime().toString("hh:mm:ss")+"

\n"; // stream << "\n"; // stream << "\n"; myLogFile->close(); diff --git a/src/gui/qt/mainwindow.ui b/src/gui/qt/mainwindow.ui index 9d3e1567..03877e14 100644 --- a/src/gui/qt/mainwindow.ui +++ b/src/gui/qt/mainwindow.ui @@ -499,7 +499,7 @@
- PokerTH - The Open-Source Texas Holdem Engine + PokerTH 0.4 - The Open-Source Texas Holdem Engine QMainWindow { background-image: url(:/guiv2/resources/guiv2/table.png); background-position: bottom center; background-origin: content; } diff --git a/src/gui/qt/settingsdialog.ui b/src/gui/qt/settingsdialog.ui index edd11f72..53c84f59 100644 --- a/src/gui/qt/settingsdialog.ui +++ b/src/gui/qt/settingsdialog.ui @@ -10,7 +10,7 @@ - PokerTH - Settings + PokerTH 0.4 - Settings