fix to previous checkin. adding new parameter to specify originating zone of card

This commit is contained in:
techdragon.nguyen@gmail.com
2011-01-21 18:46:13 +00:00
parent 0e49775f27
commit b836c97a1b
2 changed files with 12 additions and 10 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ public:
int isReactingToClick(MTGCardInstance * card, ManaCost * mana = NULL);
int isReactingToClick(MTGCardInstance * card, ManaCost * mana, ManaCost *alternateManaCost);
int reactToClick(MTGCardInstance * card, ManaCost * alternateManaCost, int paymentType = ManaCost::MANA_PAID);
int reactToClick(MTGCardInstance * card, ManaCost * alternateManaCost, MTGGameZone * originatingZone, int paymentType = ManaCost::MANA_PAID);
int reactToClick(MTGCardInstance * card);
int testDestroy();