aboutsummaryrefslogtreecommitdiff
path: root/simon/simon.cpp
diff options
context:
space:
mode:
authorTravis Howell2003-04-02 04:15:48 +0000
committerTravis Howell2003-04-02 04:15:48 +0000
commit18ca289dbdfe6afa375115d8e1bf158a3e752731 (patch)
treeb4f60a82e30724dbda6f43fff933521312a770b8 /simon/simon.cpp
parent10a4324a380f067bc0a244ae62a7912842e0d045 (diff)
downloadscummvm-rg350-18ca289dbdfe6afa375115d8e1bf158a3e752731.tar.gz
scummvm-rg350-18ca289dbdfe6afa375115d8e1bf158a3e752731.tar.bz2
scummvm-rg350-18ca289dbdfe6afa375115d8e1bf158a3e752731.zip
Enable choice between English voice and subtitles in French, Hebrew, Italian and Spanish version of Simon the Sorcerer 1 talkie
svn-id: r6897
Diffstat (limited to 'simon/simon.cpp')
-rw-r--r--simon/simon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp
index 5915fa9ab6..0e5f563bbe 100644
--- a/simon/simon.cpp
+++ b/simon/simon.cpp
@@ -3094,7 +3094,7 @@ void SimonState::processSpecialKeys() {
break;
case 't':
- if (_game & GF_SIMON2 && _game & GF_TALKIE)
+ if (_game & GF_SIMON2 && _game & GF_TALKIE || _game & GF_TALKIE && _language > 1)
_subtitles ^= 1;
break;