diff --git a/projects/mtg/include/AIPlayer.h b/projects/mtg/include/AIPlayer.h index 3526d826b..a508823dd 100644 --- a/projects/mtg/include/AIPlayer.h +++ b/projects/mtg/include/AIPlayer.h @@ -59,7 +59,6 @@ protected: //Variables used by Test suite MTGCardInstance * nextCardToPlay; queue clickstream; - bool mFindingAbility;//is Ai currently looking for an activated ability to use? bool tapLandsForMana(ManaCost * cost, MTGCardInstance * card = NULL); int orderBlockers(); int combatDamages();