- 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

@@ -456,7 +456,7 @@ AIPlayerBaka::AIPlayerBaka(MTGPlayerCards * _deck, char * file, char * avatarFil
}
void AIPlayerBaka::initTimer(){
timer = 20;
timer = 0.3;
}
int AIPlayerBaka::Act(float dt){
@@ -475,7 +475,7 @@ int AIPlayerBaka::Act(float dt){
if (checkInterrupt()) return 0;
timer--;
timer-= dt;
if (timer>0){
return 0;
}