aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/talk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sherlock/talk.cpp')
-rw-r--r--engines/sherlock/talk.cpp2
1 files changed, 2 insertions, 0 deletions
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;