This commit is contained in:
doitux
2007-03-26 00:13:07 +00:00
parent 84bac69ed8
commit 12ba01ec3a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ LocalHand::LocalHand(EngineFactory *f, GuiInterface *g, BoardInterface *b, Playe
// roundStartCashArray fllen
for(i=0; i<5; i++) {
for(i=0; i<myGui->getMaxQuantityPlayers(); i++) {
playerArray[i]->setMyRoundStartCash(playerArray[i]->getMyCash());
}
+1 -1
View File
@@ -85,7 +85,7 @@ private:
GuiInterface *myGui;
HandInterface *actualHand;
BoardInterface *actualBoard;
PlayerInterface *playerArray[5];
PlayerInterface *playerArray[7];
//Startvariablen
int startQuantityPlayers;