reverted latest change
This commit is contained in:
@@ -96,7 +96,6 @@ void DeckMetaData::LoadDeck()
|
||||
mDescription = trim(deck.meta_desc);
|
||||
mDeckId = atoi((mFilename.substr(mFilename.find("deck") + 4, mFilename.find(".txt"))).c_str());
|
||||
mDeckLoaded = true;
|
||||
mAlternateCardMap = deck.alternates;
|
||||
}
|
||||
|
||||
|
||||
@@ -182,11 +181,6 @@ string DeckMetaData::getStatsSummary()
|
||||
return statsSummary.str();
|
||||
}
|
||||
|
||||
map<int,int>& DeckMetaData::getAlternateMappings()
|
||||
{
|
||||
return mAlternateCardMap;
|
||||
}
|
||||
|
||||
void DeckMetaData::setColorIndex(const string& colorIndex)
|
||||
{
|
||||
mColorIndex = colorIndex;
|
||||
|
||||
Reference in New Issue
Block a user