This commit is contained in:
doitux
2007-02-28 20:51:43 +00:00
parent 55cb71508b
commit eae5f68f89
14 changed files with 50 additions and 17 deletions
+4 -1
View File
@@ -74,8 +74,11 @@ LocalHand::LocalHand(EngineFactory *f, GuiInterface *g, BoardInterface *b, Playe
// Karten austeilen
myGui->dealHoleCards();
// myFlipCards auf 0 setzen
for(i=0; i<actualQuantityPlayers; i++) {
playerArray[i]->setMyCardsFlip(0);
}
// Preflop, Flop, Turn und River erstellen
myPreflop = myFactory->createPreflop(this, myID, actualQuantityPlayers, dealerPosition, smallBlind);