[Scummvm-git-logs] scummvm master -> 16ca8dff8da55e886469cf3321bdfab095fb7707

sev- noreply at scummvm.org
Wed Sep 24 21:44:04 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:
16ca8dff8d DIRECTOR: More debug output on frame loading


Commit: 16ca8dff8da55e886469cf3321bdfab095fb7707
    https://github.com/scummvm/scummvm/commit/16ca8dff8da55e886469cf3321bdfab095fb7707
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2025-09-24T23:43:48+02:00

Commit Message:
DIRECTOR: More debug output on frame loading

Changed paths:
    engines/director/score.cpp


diff --git a/engines/director/score.cpp b/engines/director/score.cpp
index 1f5fd1114b6..e2248eaa1b3 100644
--- a/engines/director/score.cpp
+++ b/engines/director/score.cpp
@@ -2058,6 +2058,8 @@ bool Score::loadFrame(int frameNum, bool loadCast) {
 	}
 
 	// Finally read the target frame!
+	debugC(2, kDebugLoading, "Loading target frame %d", targetFrame);
+
 	bool isFrameRead = readOneFrame();
 	if (!isFrameRead)
 		return false;




More information about the Scummvm-git-logs mailing list