aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/string.cpp
diff options
context:
space:
mode:
authorTravis Howell2006-03-12 00:53:30 +0000
committerTravis Howell2006-03-12 00:53:30 +0000
commitf9797f3ac39008d571e8744c38e1eb1d39aec198 (patch)
tree07939ff293905c91baa2bc0cf0eadf7abd304f02 /engines/scumm/string.cpp
parent5bd5cef6cf80dff1db3399a3fa90078629874cab (diff)
downloadscummvm-rg350-f9797f3ac39008d571e8744c38e1eb1d39aec198.tar.gz
scummvm-rg350-f9797f3ac39008d571e8744c38e1eb1d39aec198.tar.bz2
scummvm-rg350-f9797f3ac39008d571e8744c38e1eb1d39aec198.zip
Correct mistake in md5 tables for Simon the Sorcerer 2 (DOS Floppy)
svn-id: r21219
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;