Correct mistake in md5 tables for Simon the Sorcerer 2 (DOS Floppy)

svn-id: r21219
This commit is contained in:
Travis Howell 2006-03-12 00:53:30 +00:00
parent 5bd5cef6cf
commit f9797f3ac3
9 changed files with 81 additions and 8 deletions

View file

@ -411,6 +411,11 @@ void ScummEngine::CHARSET_1() {
}
#endif
if (_game.heversion >= 70 && _haveMsg == 3) {
stopTalk();
return;
}
if (!_haveMsg)
return;