- Minor refactor of a few files: removed some unnecessary calls, etc...
This commit is contained in:
@@ -101,7 +101,7 @@ class AIPlayerBaka: public AIPlayer{
|
||||
virtual bool payTheManaCost(ManaCost * cost, MTGCardInstance * card = NULL,vector<MTGAbility*> gotPayment = vector<MTGAbility*>());
|
||||
virtual int getCreaturesInfo(Player * player, int neededInfo = INFO_NBCREATURES , int untapMode = 0, int canAttack = 0);
|
||||
virtual ManaCost * getPotentialMana(MTGCardInstance * card = NULL);
|
||||
int selectAbility();
|
||||
virtual int selectAbility();
|
||||
|
||||
public:
|
||||
enum {
|
||||
|
||||
Reference in New Issue
Block a user