Adjust various number of textBox checks for FF

svn-id: r21902
This commit is contained in:
Travis Howell 2006-04-15 06:42:40 +00:00
parent 647b318a97
commit 3d36a28296
4 changed files with 16 additions and 7 deletions

View file

@ -82,7 +82,7 @@ bool SimonEngine::printTextOf(uint a, uint x, uint y) {
}
}
if (a >= 20)
if (a >= _numTextBoxes)
return false;