Adjust various number of textBox checks for FF
svn-id: r21902
This commit is contained in:
parent
647b318a97
commit
3d36a28296
4 changed files with 16 additions and 7 deletions
|
@ -82,7 +82,7 @@ bool SimonEngine::printTextOf(uint a, uint x, uint y) {
|
|||
}
|
||||
}
|
||||
|
||||
if (a >= 20)
|
||||
if (a >= _numTextBoxes)
|
||||
return false;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue