init'ed the variable "mFindingAbility" bool in Aiplayer constructor and changed its name from previous name "findingAbility" to keep in line with recent code rules.

added COMMENTS to explain the variable.
This commit is contained in:
omegablast2002@yahoo.com
2010-12-03 12:10:35 +00:00
parent e71fb8ff46
commit 336b25c0f5
3 changed files with 22 additions and 17 deletions

View File

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