From 28823a2b2af82ea7dd378cdf2f7925df8f03a2e7 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Thu, 30 Oct 2003 01:09:41 +0000 Subject: Spacing svn-id: r11009 --- simon/simon.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'simon') 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 '+': -- cgit v1.2.3