Jeck - Some cleanup, fixed a double-deletion error in GameStateDeckViewer (when unlocking all cards).
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user