[Scummvm-git-logs] scummvm master -> 2bfb94897b94eb115e4dec03f1b2728c0b1f72d8
sev-
noreply at scummvm.org
Sun Jun 25 11:46:14 UTC 2023
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:
2bfb94897b DIRECTOR: Dump also parent scripts used in D5+
Commit: 2bfb94897b94eb115e4dec03f1b2728c0b1f72d8
https://github.com/scummvm/scummvm/commit/2bfb94897b94eb115e4dec03f1b2728c0b1f72d8
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-06-25T13:46:08+02:00
Commit Message:
DIRECTOR: Dump also parent scripts used in D5+
Changed paths:
engines/director/util.cpp
diff --git a/engines/director/util.cpp b/engines/director/util.cpp
index 2185e48a320..f005d405c87 100644
--- a/engines/director/util.cpp
+++ b/engines/director/util.cpp
@@ -1022,6 +1022,9 @@ Common::String dumpScriptName(const char *prefix, int type, int id, const char *
case kScoreScript:
typeName = "score";
break;
+ case kParentScript:
+ typeName = "parent";
+ break;
default:
error("dumpScriptName(): Incorrect call (type %d)", type);
break;
More information about the Scummvm-git-logs
mailing list