From 3e5da6a2f5e22ebc3b8dc4b3d37743b108c371b5 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Mon, 10 Feb 2003 12:22:54 +0000 Subject: Was bad idea to enable this in Simon 1 svn-id: r6597 --- simon/simon.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'simon') 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 '+': -- cgit v1.2.3