From 9937e18ba5801f124c056bd7d28077a463580917 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Fri, 25 Jul 2003 08:49:54 +0000 Subject: Surprised this has not caused major problems svn-id: r9188 --- simon/simon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'simon') diff --git a/simon/simon.cpp b/simon/simon.cpp index de53d1a1cd..d0ff610b00 100644 --- a/simon/simon.cpp +++ b/simon/simon.cpp @@ -2078,7 +2078,7 @@ void SimonEngine::o_print_str() { if (speech_id != 0 && !_subtitles) return; - if (speech_id == 0) + if ((_game & GF_TALKIE) && (speech_id == 0)) o_kill_sprite_simon2(2, num_1 + 2); talk_with_text(num_1, num_2, (const char *)string_ptr, tv->a, tv->b, tv->c); -- cgit v1.2.3