aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2003-10-30 01:09:41 +0000
committerTravis Howell2003-10-30 01:09:41 +0000
commit28823a2b2af82ea7dd378cdf2f7925df8f03a2e7 (patch)
tree37a4e5cfa7b1b0bfc680e31b3f732ce6fbf983a6
parenta1e794d920c04fa1527b08dda1e0b5b72cae03be (diff)
downloadscummvm-rg350-28823a2b2af82ea7dd378cdf2f7925df8f03a2e7.tar.gz
scummvm-rg350-28823a2b2af82ea7dd378cdf2f7925df8f03a2e7.tar.bz2
scummvm-rg350-28823a2b2af82ea7dd378cdf2f7925df8f03a2e7.zip
Spacing
svn-id: r11009
-rw-r--r--README2
-rw-r--r--simon/simon.cpp4
2 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index c85d5e3129..8256a605a6 100644
--- a/README
+++ b/README
@@ -516,7 +516,7 @@ simon games.
m - Music on/off
s - Sound effects on/off
b - Background sounds on/off
- t - Switch between speech and subtitles
+ t - Switch between speech and subtitles
v - Switch between subtitles only and
combined speech & subtitles.
[Simon the Sorcerer 2 only]
diff --git a/simon/simon.cpp b/simon/simon.cpp
index 5868f9a58e..b4bbc1222b 100644
--- a/simon/simon.cpp
+++ b/simon/simon.cpp
@@ -3451,12 +3451,12 @@ void SimonEngine::processSpecialKeys() {
_exit_cutscene = true;
break;
case 't':
- if ((_game & GF_SIMON2 && _game & GF_TALKIE) ||( _game & GF_TALKIE && _language > 1))
+ if ((_game & GF_SIMON2 && _game & GF_TALKIE) || ( _game & GF_TALKIE && _language > 1))
if (_speech)
_subtitles ^= 1;
break;
case 'v':
- if (_game & GF_SIMON2 && _game & GF_TALKIE)
+ if ((_game & GF_SIMON2) && (_game & GF_TALKIE))
if (_subtitles)
_speech ^= 1;
case '+':