Fixed some warnings
+ added compile flags to mute some warnings that don't have an obvious fix
This commit is contained in:
@@ -96,7 +96,6 @@ int extraManaCost::isPaymentSet()
|
||||
|
||||
int extraManaCost::canPay()
|
||||
{
|
||||
MTGCardInstance * _target = (MTGCardInstance *) target;
|
||||
if(!source->controller()->getManaPool()->canAfford(costToPay))
|
||||
{
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user