Remove all _Myfirs from vectors.

This commit is contained in:
rodrigodemoura@gmail.com
2011-10-13 18:00:16 +00:00
parent 71949f636d
commit 663058cdab
2 changed files with 4 additions and 4 deletions

View File

@@ -134,7 +134,7 @@ void CardPrimitive::setColor(const string& _color, int removeAllOthers)
{
for( size_t i =0 ; i< Constants::MTGColorStrings.size(); i++)
{
if (_color.compare(Constants::MTGColorStrings._Myfirst[i]) == 0)
if (_color.compare(Constants::MTGColorStrings[i]) == 0)
return setColor(i, removeAllOthers);
}
//Keep artifact compare, to Remove this we need change all MTG.txt