fold for human player display in network game
This commit is contained in:
@@ -83,7 +83,7 @@ void LocalPreflop::preflopRun() {
|
||||
|
||||
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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user