Minor cleanup and fixes for FF
svn-id: r21638
This commit is contained in:
parent
7e1618e329
commit
3023f6f76e
4 changed files with 24 additions and 14 deletions
|
@ -115,7 +115,7 @@ void SimonEngine::oracleTextUp() {
|
|||
setBitFlag(94, false);
|
||||
bltOracleText();
|
||||
}
|
||||
if (_currentBoxNumber != 600 || _leftButtonDown)
|
||||
if (_currentBoxNumber != 600 || !_leftButtonDown)
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
@ -149,7 +149,7 @@ void SimonEngine::oracleTextDown() {
|
|||
setBitFlag(93, false);
|
||||
bltOracleText();
|
||||
}
|
||||
if (_currentBoxNumber != 600 || _leftButtonDown)
|
||||
if (_currentBoxNumber != 601 || !_leftButtonDown)
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue