[Scummvm-git-logs] scummvm master -> 217d16b9be46e9c0a32007cf7cb313f6df313100

sev- noreply at scummvm.org
Mon Oct 13 08:11:52 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:
217d16b9be DIRECTOR: Swallos SccriptType 0 without error


Commit: 217d16b9be46e9c0a32007cf7cb313f6df313100
    https://github.com/scummvm/scummvm/commit/217d16b9be46e9c0a32007cf7cb313f6df313100
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2025-10-13T10:10:49+02:00

Commit Message:
DIRECTOR: Swallos SccriptType 0 without error

Dixes intro.dxr loading in melelents

Changed paths:
    engines/director/castmember/script.cpp


diff --git a/engines/director/castmember/script.cpp b/engines/director/castmember/script.cpp
index a73e3731198..0432b3573cc 100644
--- a/engines/director/castmember/script.cpp
+++ b/engines/director/castmember/script.cpp
@@ -43,6 +43,9 @@ ScriptCastMember::ScriptCastMember(Cast *cast, uint16 castId, Common::SeekableRe
 		uint16 type = stream.readUint16BE();
 
 		switch (type) {
+		case 0:
+			_scriptType = kNoneScript;
+			break;
 		case 1:
 			_scriptType = kScoreScript;
 			break;




More information about the Scummvm-git-logs mailing list