aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;