aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/string.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/scumm/string.cpp')
-rw-r--r--engines/scumm/string.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/scumm/string.cpp b/engines/scumm/string.cpp
index b2eb1eee75..07013025e6 100644
--- a/engines/scumm/string.cpp
+++ b/engines/scumm/string.cpp
@@ -411,6 +411,11 @@ void ScummEngine::CHARSET_1() {
}
#endif
+ if (_game.heversion >= 70 && _haveMsg == 3) {
+ stopTalk();
+ return;
+ }
+
if (!_haveMsg)
return;