reverted latest change

This commit is contained in:
techdragon.nguyen@gmail.com
2011-02-14 09:35:43 +00:00
parent d9efb408e5
commit f4d1154cd6
6 changed files with 56 additions and 57 deletions
-2
View File
@@ -24,7 +24,6 @@ private:
string mAvatarFilename;
string mColorIndex;
map<int,int> mAlternateCardMap;
// statistical information
int mGamesPlayed, mVictories, mPercentVictories, mDifficulty;
@@ -45,7 +44,6 @@ public:
string getColorIndex();
int getAvatarId(int deckId);
string getStatsSummary();
map<int,int>& getAlternateMappings();
int getDeckId();
int getGamesPlayed();