Correct mistake in md5 tables for Simon the Sorcerer 2 (DOS Floppy)
svn-id: r21219
This commit is contained in:
parent
5bd5cef6cf
commit
f9797f3ac3
9 changed files with 81 additions and 8 deletions
|
@ -411,6 +411,11 @@ void ScummEngine::CHARSET_1() {
|
|||
}
|
||||
#endif
|
||||
|
||||
if (_game.heversion >= 70 && _haveMsg == 3) {
|
||||
stopTalk();
|
||||
return;
|
||||
}
|
||||
|
||||
if (!_haveMsg)
|
||||
return;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue