- submit a fix for TestSuiteAI, I don't understand why it wasn't submitted with my other changes yesterday. This fixes a bug in the test suite (One storm test would fail without this)
- minor refactor to AI code
This commit is contained in:
wagic.the.homebrew@gmail.com
2011-02-14 13:29:27 +00:00
parent b3468782f1
commit 5b365e53f0
2 changed files with 8 additions and 10 deletions

View File

@@ -423,6 +423,7 @@ void TestSuite::initGame()
}
zone->cardsSeenThisTurn.clear(); //don't consider those cards as having moved in this area during this turn
}
p->game->stack->cardsSeenThisTurn.clear(); //don't consider those cards as having moved in this area during this turn
}
DebugTrace("TESTUITE Init Game Done !");
}