From 12ba01ec3a1fd2eec1d421a773f8a730b3a8b5f0 Mon Sep 17 00:00:00 2001 From: doitux Date: Mon, 26 Mar 2007 00:13:07 +0000 Subject: [PATCH] --- src/engine/local_engine/localhand.cpp | 2 +- src/game.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/engine/local_engine/localhand.cpp b/src/engine/local_engine/localhand.cpp index 214f742d..57b86d4d 100755 --- a/src/engine/local_engine/localhand.cpp +++ b/src/engine/local_engine/localhand.cpp @@ -39,7 +39,7 @@ LocalHand::LocalHand(EngineFactory *f, GuiInterface *g, BoardInterface *b, Playe // roundStartCashArray fllen - for(i=0; i<5; i++) { + for(i=0; igetMaxQuantityPlayers(); i++) { playerArray[i]->setMyRoundStartCash(playerArray[i]->getMyCash()); } diff --git a/src/game.h b/src/game.h index fe8e0add..04416161 100755 --- a/src/game.h +++ b/src/game.h @@ -85,7 +85,7 @@ private: GuiInterface *myGui; HandInterface *actualHand; BoardInterface *actualBoard; - PlayerInterface *playerArray[5]; + PlayerInterface *playerArray[7]; //Startvariablen int startQuantityPlayers;