i split storedCard and storedSourceCard and forgot that if we dont have a storedCard we should make it use storedSourceCard in WParsedInt

This commit is contained in:
omegablast2002@yahoo.com
2012-04-09 13:11:34 +00:00
parent a3848e06f4
commit 7a6333ffd5

View File

@@ -57,6 +57,8 @@ private:
if(!card)
return;
MTGCardInstance * target = card->target;
if(!card->storedCard)
card->storedCard = card->storedSourceCard;
intValue = 0;
bool halfup = false;
bool halfdown = false;