[Scummvm-git-logs] scummvm master -> df4d5a337a3caf225a85e5946fd043f7453d3f15
sev-
noreply at scummvm.org
Sat May 11 07:39:37 UTC 2024
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:
df4d5a337a DIRECTOR: Print shared cast directory in logs
Commit: df4d5a337a3caf225a85e5946fd043f7453d3f15
https://github.com/scummvm/scummvm/commit/df4d5a337a3caf225a85e5946fd043f7453d3f15
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-05-11T09:39:17+02:00
Commit Message:
DIRECTOR: Print shared cast directory in logs
Changed paths:
engines/director/movie.cpp
diff --git a/engines/director/movie.cpp b/engines/director/movie.cpp
index dff39e6930e..1d9640b15dc 100644
--- a/engines/director/movie.cpp
+++ b/engines/director/movie.cpp
@@ -378,7 +378,7 @@ void Movie::loadSharedCastsFrom(Common::Path &filename) {
sharedCast->setPathName(filename);
debug(0, "\n@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@");
- debug(0, "@@@@ Loading shared cast '%s'", sharedCast->getFileName().c_str());
+ debug(0, "@@@@ Loading shared cast '%s' in '%s'", sharedCast->getFileName().c_str(), filename.getParent().toString().c_str());
debug(0, "@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\n");
_sharedCast = new Cast(this, DEFAULT_CAST_LIB, true, false);
More information about the Scummvm-git-logs
mailing list