- Fixed issues and memory leaks related to decks unlocking

- Fixed an issue where a GameObserver could be null for some mana costs associated to a targetChooser
This commit is contained in:
wagic.the.homebrew
2011-10-22 13:38:43 +00:00
parent 91e9881903
commit 4c42636bd5
4 changed files with 64 additions and 3 deletions

View File

@@ -28,6 +28,7 @@ public:
vector<DeckMetaData*> * getAIDeckOrderList();
void AddMetaData( const std::string& filename, bool isAI);
void DeleteMetaData( const std::string& filename, bool isAI);
DeckMetaData* getDeckMetaDataById(int deckId, bool isAI);
DeckMetaData* getDeckMetaDataByFilename(const std::string& filename, bool isAI);
StatsWrapper* getExtendedStatsForDeckId(int deckId, MTGAllCards* collection, bool isAI);