[Scummvm-git-logs] scummvm master -> 61218f859615fef20f4ff1a9c6b745d74568fbd6
moralrecordings
code at moral.net.au
Sat Jun 13 14:04:38 UTC 2020
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
61218f8596 DIRECTOR: Don't clear the Lingo context when loading an EXE
Commit: 61218f859615fef20f4ff1a9c6b745d74568fbd6
https://github.com/scummvm/scummvm/commit/61218f859615fef20f4ff1a9c6b745d74568fbd6
Author: Scott Percival (code at moral.net.au)
Date: 2020-06-13T22:03:54+08:00
Commit Message:
DIRECTOR: Don't clear the Lingo context when loading an EXE
Changed paths:
engines/director/resource.cpp
diff --git a/engines/director/resource.cpp b/engines/director/resource.cpp
index 094e7c76a2..3250dce926 100644
--- a/engines/director/resource.cpp
+++ b/engines/director/resource.cpp
@@ -82,7 +82,6 @@ void DirectorEngine::loadEXE(const Common::String movie) {
_lingo->addCode(script, kMovieScript, 0);
_lingo->processEvent(kEventStartUp);
free(script);
- _lingo->restartLingo(false);
} else {
warning("No LINGO.INI");
}
More information about the Scummvm-git-logs
mailing list