diff options
author | Torbjörn Andersson | 2006-07-14 10:42:24 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2006-07-14 10:42:24 +0000 |
commit | b2d9c0dc2a1248efa7fb49240ddc0c5a59176753 (patch) | |
tree | a44a0efa1911a306a7ad8e61eba4ae519ac86971 /engines/simon | |
parent | cf8b0c06d1af2ba003a2a6ecece389ed1ee87ffc (diff) | |
download | scummvm-rg350-b2d9c0dc2a1248efa7fb49240ddc0c5a59176753.tar.gz scummvm-rg350-b2d9c0dc2a1248efa7fb49240ddc0c5a59176753.tar.bz2 scummvm-rg350-b2d9c0dc2a1248efa7fb49240ddc0c5a59176753.zip |
More whitespace changes to see if things work normally again.
svn-id: r23494
Diffstat (limited to 'engines/simon')
-rw-r--r-- | engines/simon/game.cpp | 2 | ||||
-rw-r--r-- | engines/simon/oracle.cpp | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/engines/simon/game.cpp b/engines/simon/game.cpp index 49c48dd66e..f47a5dc48e 100644 --- a/engines/simon/game.cpp +++ b/engines/simon/game.cpp @@ -1379,7 +1379,7 @@ static int detectGame(const FSList *fslist, Common::Language language, Common::P tstr = file->_key; tstr.toLowercase(); - if(!filesMD5.contains(tstr)) { + if (!filesMD5.contains(tstr)) { if (testFile.open(file->_key)) { testFile.close(); diff --git a/engines/simon/oracle.cpp b/engines/simon/oracle.cpp index 8e90befff1..f0d770e105 100644 --- a/engines/simon/oracle.cpp +++ b/engines/simon/oracle.cpp @@ -108,7 +108,7 @@ void SimonEngine::oracleTextUp() { scrollOracleUp(); setBitFlag(94, true); sub = getSubroutineByID(_variableArray[104]); - if(sub) + if (sub) startSubroutineEx(sub); setBitFlag(94, false); } @@ -297,7 +297,7 @@ void SimonEngine::listSaveGames(int n) { OK=1; if (getBitFlag(93) || getBitFlag(94)) { OK = 0; - if(j > z) + if (j > z) break; } |