- removed Channel and Shield of the ages, which technically solves issues 174 and 178...
This commit is contained in:
wagic.the.homebrew@gmail.com
2010-01-05 12:56:43 +00:00
parent 21307ef1f7
commit 2ea7de5a3a
7 changed files with 16 additions and 97 deletions
-3
View File
@@ -323,9 +323,6 @@ bool MTGAllCards::addPrimitive(CardPrimitive * primitive, MTGCard * card){
map<string,string>::iterator it = t->tempValues.find(primitive->name);
if (it != t->tempValues.end()) {
primitive->setText(it->second);
}else if (primitive->text.size()){
OutputDebugString(primitive->name.c_str());
OutputDebugString("\n");
}
//Legacy: