delete some bug for determining the list of player who have to show their cards. additionally the lastActionPlayer is now determined correctly (especially in every betting roud)

This commit is contained in:
floty
2010-07-22 21:17:22 +00:00
parent 53247a007a
commit 7f3e3f6dfd
11 changed files with 63 additions and 32 deletions
+6
View File
@@ -1760,6 +1760,9 @@ void gameTableImpl::mySet(){
//set that i was the last active player. need this for unhighlighting groupbox
currentHand->setLastPlayersTurn(0);
// lastPlayerAction für Karten umblättern reihenfolge setzrn
currentHand->setLastActionPlayer(currentHand->getSeatsList()->front()->getMyUniqueID());
//Spiel läuft weiter
myActionDone();
@@ -1786,6 +1789,9 @@ void gameTableImpl::myAllIn(){
currentHand->getCurrentBeRo()->setHighestSet(currentHand->getSeatsList()->front()->getMySet());
// lastPlayerAction für Karten umblättern reihenfolge setzrn
currentHand->setLastActionPlayer(currentHand->getSeatsList()->front()->getMyUniqueID());
}
currentHand->getSeatsList()->front()->setMyTurn(0);