bugfix deadlock when computer player are going all in with their raise
This commit is contained in:
@@ -3114,6 +3114,15 @@ void LocalPlayer::evaluation(int bet, int raise) {
|
|||||||
myAction = 6;
|
myAction = 6;
|
||||||
highestSet = mySet;
|
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
|
// sonst
|
||||||
|
|||||||
Reference in New Issue
Block a user