ConfigFile runs with tinyXml; NewRoundTimerBlock commented. Menu->actionNewGame disabled while running Hand

This commit is contained in:
doitux
2007-01-23 00:49:45 +00:00
parent 5053467e6c
commit 0b4348b533
4 changed files with 47 additions and 37 deletions
+2
View File
@@ -33,6 +33,7 @@ using namespace std;
Game::Game(ConfigFile* c, GuiInterface* g, int qP, int sC, int sB) : myConfig(c), myGui(g), actualHand(0), actualBoard(0), startQuantityPlayers(qP), startCash(sC), startSmallBlind(sB), actualQuantityPlayers(qP), actualSmallBlind(sB), actualHandID(0), dealerPosition(0)
{
// cout << "Create Game Object" << "\n";
int i;
for(i=0; i<myGui->getMaxQuantityPlayers(); i++) {
@@ -87,6 +88,7 @@ Game::Game(ConfigFile* c, GuiInterface* g, int qP, int sC, int sB) : myConfig(c)
Game::~Game()
{
// cout << "Delete Game Object" << "\n";
int i;
delete actualBoard;