aboutsummaryrefslogtreecommitdiff
path: root/simon
diff options
context:
space:
mode:
Diffstat (limited to 'simon')
-rw-r--r--simon/simon.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp
index 333a32429a..8dcfaaa3b8 100644
--- a/simon/simon.cpp
+++ b/simon/simon.cpp
@@ -3237,9 +3237,8 @@ void SimonState::processSpecialKeys()
break;
case 't':
- _vk_t_toggle ^= 1;
- if (_game == GAME_SIMON1TALKIE || _game == GAME_SIMON1WIN && _vk_t_toggle)
- warning("Many subtitles are missing in Simon 1 talkie/win data files");
+ if (_game & GAME_SIMON2)
+ _vk_t_toggle ^= 1;
break;
case '+':