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);
|
||||
|
||||
|
||||
@@ -111,8 +111,8 @@ private:
|
||||
WGuiFilters * filterDeck;
|
||||
WGuiFilters * filterCollection;
|
||||
SimpleMenu * welcome_menu;
|
||||
SimpleMenu * subMenu;
|
||||
SimpleMenu * menu;
|
||||
SimpleMenu * sellMenu;
|
||||
PriceList* pricelist;
|
||||
PlayerData * playerdata;
|
||||
int price;
|
||||
@@ -121,7 +121,6 @@ private:
|
||||
DeckDataWrapper * myCollection;
|
||||
MTGCard * cardIndex[7];
|
||||
int hudAlpha;
|
||||
int delSellMenu;
|
||||
string newDeckname;
|
||||
StatsWrapper stw;
|
||||
bool mSwitching;
|
||||
|
||||
Reference in New Issue
Block a user