bugfix: allin-bug

This commit is contained in:
floty
2007-08-31 13:09:07 +00:00
parent a84f164b8a
commit a0e78485df
6 changed files with 18 additions and 13 deletions
-4
View File
@@ -37,7 +37,6 @@ LocalHand::LocalHand(boost::shared_ptr<EngineFactory> f, GuiInterface *g, BoardI
myBoard->setHand(this);
for(i=0; i<startQuantityPlayers; i++) {
playerArray[i]->setHand(this);
// myFlipCards auf 0 setzen
@@ -173,9 +172,6 @@ LocalHand::LocalHand(boost::shared_ptr<EngineFactory> f, GuiInterface *g, BoardI
// for(i=0; i<4; i++) {
// cout << i << ": " << playerArray[i]->getMyCardsValueInt() << endl;
// }
dealerPosition = 2;
}