Fixed some warnings

+ added compile flags to mute some warnings that don't have an obvious fix
This commit is contained in:
pankdm
2013-09-16 17:42:07 +00:00
parent 3c3fcfc655
commit 4aa5dec51a
4 changed files with 5 additions and 4 deletions

View File

@@ -96,7 +96,6 @@ int extraManaCost::isPaymentSet()
int extraManaCost::canPay()
{
MTGCardInstance * _target = (MTGCardInstance *) target;
if(!source->controller()->getManaPool()->canAfford(costToPay))
{
return 0;