summaryrefslogtreecommitdiffstats
path: root/game.h
diff options
context:
space:
mode:
authorKyle K <kylek389@gmail.com>2011-01-29 19:46:29 -0600
committerKamil Kaminski <kamilkss@gmail.com>2011-01-29 19:46:29 -0600
commitda1a7180edee0f108d15314e493faa2e9e067095 (patch)
treed70fc2511861cae9588a136254d8095dedf83332 /game.h
parent63a098d36fcf53b2cad48d042f6efd3174d93717 (diff)
downloadpoker-da1a7180edee0f108d15314e493faa2e9e067095.tar.gz
poker-da1a7180edee0f108d15314e493faa2e9e067095.tar.bz2
poker-da1a7180edee0f108d15314e493faa2e9e067095.zip
do more error checking
Diffstat (limited to 'game.h')
-rw-r--r--game.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/game.h b/game.h
index cb1c528..ec8e8e7 100644
--- a/game.h
+++ b/game.h
@@ -46,7 +46,6 @@ class Game : virtual public CardPile, public User, public Opponent
void opponentAI(Card **);
/* variables */
- int numOfOpponents;
int handsPlayed;
int handsWon;