[Scummvm-git-logs] scummvm master -> 622ba4ea22c562eae96a5519dd88b97213e1f25e
sev-
noreply at scummvm.org
Sat Aug 16 12:00:55 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:
622ba4ea22 DIRECTOR: Hid spammy warning
Commit: 622ba4ea22c562eae96a5519dd88b97213e1f25e
https://github.com/scummvm/scummvm/commit/622ba4ea22c562eae96a5519dd88b97213e1f25e
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2025-08-16T14:00:49+02:00
Commit Message:
DIRECTOR: Hid spammy warning
Changed paths:
engines/director/cast.cpp
diff --git a/engines/director/cast.cpp b/engines/director/cast.cpp
index 48549766409..0b72c55ae32 100644
--- a/engines/director/cast.cpp
+++ b/engines/director/cast.cpp
@@ -151,7 +151,7 @@ CastMember *Cast::getCastMember(int castId, bool load) {
if (result) {
debugC(4, kDebugSaving, "Returned castmember with castId: %d, type: %s", castId, castType2str(result->_type));
} else {
- warning("No castmember with castId: %d, found for cast with libResourceID: %d", castId, _libResourceId);
+ debugC(4, kDebugSaving, "No castmember with castId: %d, found for cast with libResourceID: %d", castId, _libResourceId);
}
return result;
}
More information about the Scummvm-git-logs
mailing list