firstRunGui

This commit is contained in:
floty
2007-10-07 11:12:02 +00:00
parent f0acfb19e1
commit b437d8f7d2
6 changed files with 16 additions and 11 deletions
+2 -1
View File
@@ -35,7 +35,7 @@ public:
void setMinimumRaise ( int theValue ) { minimumRaise = theValue; }
int getMinimumRaise() const { return minimumRaise; }
void resetFirstRun() { firstRun = false; }
void skipFirstRunGui() { firstRunGui = false; }
void nextPlayer();
void run();
@@ -116,6 +116,7 @@ private:
int minimumRaise;
bool firstRun;
bool firstRunGui; // HACK
bool firstRound;
bool firstHeadsUpRound;