flip holcards when all active players all in

This commit is contained in:
doitux
2007-01-29 09:11:44 +00:00
parent dfa1f32bb2
commit 48019eaa63
6 changed files with 47 additions and 1 deletions
+1
View File
@@ -222,6 +222,7 @@ void LocalHand::switchRounds() {
myBoard->collectPot();
myGui->refreshPot();
myGui->refreshSet();
myGui->flipHolecardsAllIn();
actualRound++;
}