This commit is contained in:
doitux
2007-06-03 09:26:53 +00:00
parent f425a7d167
commit 2623d43290
4 changed files with 8 additions and 0 deletions
+2
View File
@@ -100,7 +100,9 @@ void LocalPreflop::preflopRun() {
} while(!(myHand->getPlayerArray()[playersTurn]->getMyActiveStatus()) || myHand->getPlayerArray()[playersTurn]->getMyAction() == 1 || myHand->getPlayerArray()[playersTurn]->getMyAction() == 6);
myHand->getPlayerArray()[playersTurn]->setMyTurn(1);
//highlight active players groupbox and clear action
myHand->getGuiInterface()->refreshGroupbox(playersTurn,2);
myHand->getGuiInterface()->refreshAction(playersTurn,0);
if(playersTurn == 0) {
// Wir sind dran