From e73a50c6c53bffcf10f044377a72cf754b524bf9 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 4 Oct 2015 20:56:13 -0400 Subject: SHERLOCK: SS: Fix invalid characters when displaying journal --- engines/sherlock/talk.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/sherlock/talk.cpp') diff --git a/engines/sherlock/talk.cpp b/engines/sherlock/talk.cpp index e399c268ed..4150835fb8 100644 --- a/engines/sherlock/talk.cpp +++ b/engines/sherlock/talk.cpp @@ -915,6 +915,8 @@ bool Talk::isOpcode(byte checkCharacter) { } bool Talk::isPossibleOpcode(byte checkCharacter) { + // Some conversations in the Spanish version, such as the first conversation with Lastrade, + // start with an invalid character. Hence isPossibleOpcode being separate from isOpcode if (IS_SERRATED_SCALPEL && _vm->getLanguage() == Common::ES_ESP) return checkCharacter >= 128; -- cgit v1.2.3