reverted latest change

This commit is contained in:
techdragon.nguyen@gmail.com
2011-02-14 09:35:43 +00:00
parent d9efb408e5
commit f4d1154cd6
6 changed files with 56 additions and 57 deletions

View File

@@ -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;