From da1a7180edee0f108d15314e493faa2e9e067095 Mon Sep 17 00:00:00 2001 From: Kyle K Date: Sat, 29 Jan 2011 19:46:29 -0600 Subject: do more error checking --- game.h | 1 - 1 file changed, 1 deletion(-) (limited to 'game.h') 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; -- cgit v1.2.3