This commit is contained in:
doitux
2007-06-03 08:17:33 +00:00
parent 755fb7ac16
commit f425a7d167
8 changed files with 44 additions and 20 deletions
+2 -1
View File
@@ -92,7 +92,8 @@ void LocalRiver::riverRun() {
myHand->getGuiInterface()->refreshSet();
myHand->getGuiInterface()->refreshCash();
myHand->getGuiInterface()->refreshAction();
for(i=0; i<MAX_NUMBER_OF_PLAYERS; i++) { myHand->getGuiInterface()->refreshAction(i,0); }
myHand->switchRounds();
}