opps if you were at exactly 65% then none of the 2 appeared XD ..this should correct that

This commit is contained in:
omegablast2002@yahoo.com
2011-02-12 03:23:36 +00:00
parent 19c3e903bc
commit 53477bfae2

View File

@@ -1183,7 +1183,7 @@ AIPlayer * AIPlayerFactory::createAIPlayer(MTGAllCards * collection, Player * op
DeckStats * stats = DeckStats::GetInstance();
int deckSetting = NULL;
int diff = stats->percentVictories();
if (diff > 65)
if (diff >= 65)
{
deckSetting = HARD;
}