[Scummvm-git-logs] scummvm master -> 602b9fffb904e4d36d76019194566669a9effd4d
sev-
sev at scummvm.org
Tue Jun 30 11:16:25 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:
602b9fffb9 DIRECTOR: LINGO: Added another debug output under FewFramesOnly
Commit: 602b9fffb904e4d36d76019194566669a9effd4d
https://github.com/scummvm/scummvm/commit/602b9fffb904e4d36d76019194566669a9effd4d
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-06-30T13:16:06+02:00
Commit Message:
DIRECTOR: LINGO: Added another debug output under FewFramesOnly
Changed paths:
engines/director/score-loading.cpp
diff --git a/engines/director/score-loading.cpp b/engines/director/score-loading.cpp
index 5d10aa68d7..d108cb63c8 100644
--- a/engines/director/score-loading.cpp
+++ b/engines/director/score-loading.cpp
@@ -249,6 +249,9 @@ bool Score::loadArchive(bool isSharedCast) {
// Try to load movie script, it starts with a comment
if (_vm->getVersion() <= 3) {
+ if (debugChannelSet(-1, kDebugFewFramesOnly))
+ warning("Compiling STXT %d", *iterator);
+
loadScriptText(*(r = _movieArchive->getResource(MKTAG('S','T','X','T'), *iterator)));
delete r;
}
More information about the Scummvm-git-logs
mailing list