removed a variable mike readded accidently(?) which i converted into a static local variable

This commit is contained in:
omegablast2002@yahoo.com
2010-12-04 21:59:08 +00:00
parent a7675ec216
commit 59864cbcb7

View File

@@ -59,7 +59,6 @@ protected:
//Variables used by Test suite
MTGCardInstance * nextCardToPlay;
queue<AIAction *> clickstream;
bool mFindingAbility;//is Ai currently looking for an activated ability to use?
bool tapLandsForMana(ManaCost * cost, MTGCardInstance * card = NULL);
int orderBlockers();
int combatDamages();