Jeck - Some cleanup, fixed a double-deletion error in GameStateDeckViewer (when unlocking all cards).

This commit is contained in:
wagic.jeck
2010-02-15 23:29:54 +00:00
parent 92979fb184
commit 62609ee1b1
4 changed files with 37 additions and 31 deletions

View File

@@ -28,6 +28,7 @@ class DeckDataWrapper: public WSrcDeck {
public:
MTGDeck * parent;
int counts[Constants::MTG_NB_COLORS];
unsigned short minCards; //Fewest number of copies of any given card in the deck.
DeckDataWrapper(MTGDeck * deck);