meant hasType...tho im not really sure its needed(?)

This commit is contained in:
omegablast2002@yahoo.com
2011-01-24 18:26:04 +00:00
parent 0b0da78e30
commit c6584a9e9d

View File

@@ -293,7 +293,7 @@ void GuiPlay::Render()
else
opponentCreatures.Render(*it, cards.begin(), end_spells);
}
else if(!(*it)->card->hasSubtype("Planeswalker"))
else if(!(*it)->card->hasType("Planeswalker"))
{
if (!(*it)->card->target)
{