This commit is contained in:
@@ -39,7 +39,7 @@ LocalHand::LocalHand(EngineFactory *f, GuiInterface *g, BoardInterface *b, Playe
|
|||||||
|
|
||||||
|
|
||||||
// roundStartCashArray fllen
|
// roundStartCashArray fllen
|
||||||
for(i=0; i<5; i++) {
|
for(i=0; i<myGui->getMaxQuantityPlayers(); i++) {
|
||||||
playerArray[i]->setMyRoundStartCash(playerArray[i]->getMyCash());
|
playerArray[i]->setMyRoundStartCash(playerArray[i]->getMyCash());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -85,7 +85,7 @@ private:
|
|||||||
GuiInterface *myGui;
|
GuiInterface *myGui;
|
||||||
HandInterface *actualHand;
|
HandInterface *actualHand;
|
||||||
BoardInterface *actualBoard;
|
BoardInterface *actualBoard;
|
||||||
PlayerInterface *playerArray[5];
|
PlayerInterface *playerArray[7];
|
||||||
|
|
||||||
//Startvariablen
|
//Startvariablen
|
||||||
int startQuantityPlayers;
|
int startQuantityPlayers;
|
||||||
|
|||||||
Reference in New Issue
Block a user