detemine player who need to show their cards at the end of the hand. this version is possibly buggy, because its tested marginal. additionally the lastActionPlayer is determined not correctly so far.
This commit is contained in:
@@ -73,14 +73,14 @@ void LocalBeRoPostRiver::postRiverRun() {
|
||||
// }
|
||||
// }
|
||||
|
||||
// Spieler ermitteln, welche die Karten auf jeden Fall umdrehen müssen
|
||||
getMyHand()->getBoard()->determinePlayerNeedToShowCards();
|
||||
|
||||
// Pot-Verteilung
|
||||
getMyHand()->getBoard()->distributePot();
|
||||
|
||||
//Pot auf 0 setzen
|
||||
getMyHand()->getBoard()->setPot(0);
|
||||
|
||||
// Spieler ermitteln, welche die Karten auf jeden Fall umdrehen müssen
|
||||
getMyHand()->getBoard()->determinePlayerNeedToShowCards();
|
||||
|
||||
//starte die Animaionsreihe
|
||||
getMyHand()->getGuiInterface()->postRiverRunAnimation1();
|
||||
|
||||
Reference in New Issue
Block a user