diff options
| -rw-r--r-- | simon/simon.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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); | 
