- hopefully solved problem of AI's manaburn effect on linux
This commit is contained in:
wagic.the.homebrew
2008-12-03 13:04:45 +00:00
parent 3626fe74da
commit 88682af45b
2 changed files with 3 additions and 3 deletions

View File

@@ -46,7 +46,7 @@ class AIPlayer: public Player{
class AIPlayerBaka: public AIPlayer{
protected:
int oldGamePhase;
int timer;
float timer;
MTGCardInstance * FindCardToPlay(ManaCost * potentialMana, const char * type);
public:
AIPlayerBaka(MTGPlayerCards * _deck, char * deckFile, char * avatarFile);