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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user