removed a variable mike readded accidently(?) which i converted into a static local variable
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user