From 7d5214132910dceadf3de26f5dabc526c7b05056 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Tue, 22 Jul 2003 12:09:56 +0000 Subject: Fix simon1talkie regression svn-id: r9118 --- 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 9b82f39f66..fd942771a5 100644 --- a/simon/simon.cpp +++ b/simon/simon.cpp @@ -2058,7 +2058,7 @@ void SimonEngine::o_print_str() { case GAME_SIMON1CD32: if (speech_id != 0) talk_with_speech(speech_id, num_1); - if (string_ptr != NULL && _subtitles) + if ((speech_id == 0) || (string_ptr != NULL && _subtitles)) talk_with_text(num_1, num_2, (const char *)string_ptr, tv->a, tv->b, tv->c); break; -- cgit v1.2.3