This commit is contained in:
@@ -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
@@ -85,7 +85,7 @@ private:
|
||||
GuiInterface *myGui;
|
||||
HandInterface *actualHand;
|
||||
BoardInterface *actualBoard;
|
||||
PlayerInterface *playerArray[5];
|
||||
PlayerInterface *playerArray[7];
|
||||
|
||||
//Startvariablen
|
||||
int startQuantityPlayers;
|
||||
|
||||
Reference in New Issue
Block a user