Minor cleanup

svn-id: r22215
This commit is contained in:
Travis Howell 2006-04-29 12:29:21 +00:00
parent d9ed515f90
commit 80bc64b951
2 changed files with 2 additions and 2 deletions

View File

@ -2517,7 +2517,7 @@ void SimonEngine::waitForSync(uint a) {
void SimonEngine::skipSpeech() {
_sound->stopVoice();
if (getBitFlag(28) == false) {
if (!getBitFlag(28)) {
setBitFlag(14, true);
if (getGameType() == GType_FF) {
_variableArray[103] = 5;

View File

@ -971,7 +971,7 @@ void SimonEngine::drawImages_Feeble(VC10_state *state) {
if (state->flags & kDFMasked) {
if (getBitFlag(81) == false) {
if (!getBitFlag(81)) {
if (state->x > _feebleRect.right)
return;
if (state->y > _feebleRect.bottom)