From 59864cbcb79de2ef289ae26dc4a03f83079ba764 Mon Sep 17 00:00:00 2001 From: "omegablast2002@yahoo.com" Date: Sat, 4 Dec 2010 21:59:08 +0000 Subject: [PATCH] removed a variable mike readded accidently(?) which i converted into a static local variable --- projects/mtg/include/AIPlayer.h | 1 - 1 file changed, 1 deletion(-) 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();