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
|
//Variables used by Test suite
|
||||||
MTGCardInstance * nextCardToPlay;
|
MTGCardInstance * nextCardToPlay;
|
||||||
queue<AIAction *> clickstream;
|
queue<AIAction *> clickstream;
|
||||||
bool mFindingAbility;//is Ai currently looking for an activated ability to use?
|
|
||||||
bool tapLandsForMana(ManaCost * cost, MTGCardInstance * card = NULL);
|
bool tapLandsForMana(ManaCost * cost, MTGCardInstance * card = NULL);
|
||||||
int orderBlockers();
|
int orderBlockers();
|
||||||
int combatDamages();
|
int combatDamages();
|
||||||
|
|||||||
Reference in New Issue
Block a user