This commit is contained in:
@@ -1701,12 +1701,18 @@ void mainWindowImpl::mySet(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(myActionIsRaise) {
|
if(myActionIsRaise) {
|
||||||
currentHand->getPlayerArray()[0]->setMyAction(5);
|
//do not if allIn
|
||||||
|
if(currentHand->getPlayerArray()[0]->getMyAction() != 6) {
|
||||||
|
currentHand->getPlayerArray()[0]->setMyAction(5);
|
||||||
|
}
|
||||||
myActionIsRaise = 0;
|
myActionIsRaise = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(myActionIsBet) {
|
if(myActionIsBet) {
|
||||||
currentHand->getPlayerArray()[0]->setMyAction(4);
|
//do not if allIn
|
||||||
|
if(currentHand->getPlayerArray()[0]->getMyAction() != 6) {
|
||||||
|
currentHand->getPlayerArray()[0]->setMyAction(4);
|
||||||
|
}
|
||||||
myActionIsBet = 0;
|
myActionIsBet = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user