bugfix deadlock when computer player are going all in with their raise

This commit is contained in:
floty
2010-09-22 21:26:57 +00:00
parent 141206cf46
commit 9dfe3dc344
+9
View File
@@ -3114,6 +3114,15 @@ void LocalPlayer::evaluation(int bet, int raise) {
myAction = 6;
highestSet = mySet;
}
} else {
// lastPlayerAction für Karten umblättern reihenfolge setzrn
currentHand->setLastActionPlayer(myUniqueID);
mySet += myCash;
currentHand->getCurrentBeRo()->setMinimumRaise(mySet-highestSet);
myCash = 0;
myAction = 6;
highestSet = mySet;
}
}
// sonst