[Scummvm-git-logs] scummvm master -> e22c43b05b1ff1f5b53561803d74f1ebff7f6ffe
sev-
noreply at scummvm.org
Sun Aug 31 09:57:14 UTC 2025
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
e22c43b05b DIRECTOR: Added more debug output on loading
Commit: e22c43b05b1ff1f5b53561803d74f1ebff7f6ffe
https://github.com/scummvm/scummvm/commit/e22c43b05b1ff1f5b53561803d74f1ebff7f6ffe
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2025-08-31T11:55:29+02:00
Commit Message:
DIRECTOR: Added more debug output on loading
Changed paths:
engines/director/movie.cpp
diff --git a/engines/director/movie.cpp b/engines/director/movie.cpp
index 1adcb5ff20f..11c940f2031 100644
--- a/engines/director/movie.cpp
+++ b/engines/director/movie.cpp
@@ -306,7 +306,7 @@ InfoEntries Movie::loadInfoEntries(Common::SeekableReadStreamEndian &stream, uin
stream.seek(offset);
uint16 count = stream.readUint16();
- debugC(3, kDebugLoading, "Movie::loadInfoEntries(): InfoEntry: %d entries", count);
+ debugC(3, kDebugLoading, "Movie::loadInfoEntries(): InfoEntry: %d entries, unk1: 0x%08x, unk2: 0x%08x flags: 0x%08x", count, res.unk1, res.unk2, res.flags);
if (count == 0)
return res;
More information about the Scummvm-git-logs
mailing list