Fixed grammatical then/than error.

This commit is contained in:
Bjørn Snoen
2013-12-18 05:50:30 +01:00
parent b180c3d1a7
commit 8eb664f93d
5 changed files with 6 additions and 6 deletions

View File

@@ -314,7 +314,7 @@ bool AIHints::canWeCombo(GameObserver* observer,MTGCardInstance * card,AIPlayerB
int comboPartsRestriction = 0;
if(gotCombo)
return gotCombo;//because more then one might be possible at any time.
return gotCombo;//because more than one might be possible at any time.
if (hints[i]->hold.size())
{
for(unsigned int hPart = 0; hPart < hints[i]->hold.size(); hPart++)