Jeck - Fix for booster pack purchases not saving.

This commit is contained in:
wagic.jeck
2010-02-08 02:16:39 +00:00
parent bdf958de34
commit 513795b316
4 changed files with 10 additions and 16 deletions

View File

@@ -30,7 +30,6 @@ class DeckDataWrapper: public WSrcDeck {
int counts[Constants::MTG_NB_COLORS];
DeckDataWrapper(MTGDeck * deck);
~DeckDataWrapper();
int Add(MTGCard * c, int quantity=1);
int Remove(MTGCard * c, int quantity=1, bool erase=false);