- Fix a memory leak with Sacrifice costs
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-06-25 13:20:27 +00:00
parent 71cc79b949
commit 3d414f74b3
3 changed files with 9 additions and 3 deletions

View File

@@ -26,6 +26,7 @@ public:
MTGCardInstance * source;
MTGAbility * action;
ExtraCosts();
~ExtraCosts();
void Render();
int tryToSetPayment(MTGCardInstance * card);
int isPaymentSet();