[Scummvm-git-logs] scummvm master -> fcfecfff529c56f46f595960f44f26eb4ab3a931

rvanlaar noreply at scummvm.org
Sun Mar 6 16:28:37 UTC 2022


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:
fcfecfff52 DIRECTOR: LINGO: Add XObject filenames


Commit: fcfecfff529c56f46f595960f44f26eb4ab3a931
    https://github.com/scummvm/scummvm/commit/fcfecfff529c56f46f595960f44f26eb4ab3a931
Author: Roland van Laar (roland at rolandvanlaar.nl)
Date: 2022-03-06T17:25:04+01:00

Commit Message:
DIRECTOR: LINGO: Add XObject filenames

Director engine loads the XObject from the internal names inside the
resource since commit 930d9236b857ff
These changes adds the internal name for PalXobj and RearWindow to the
filelist.

Changed paths:
    engines/director/lingo/xlibs/palxobj.cpp
    engines/director/lingo/xlibs/winxobj.cpp


diff --git a/engines/director/lingo/xlibs/palxobj.cpp b/engines/director/lingo/xlibs/palxobj.cpp
index a20e81cc840..5662f4e64eb 100644
--- a/engines/director/lingo/xlibs/palxobj.cpp
+++ b/engines/director/lingo/xlibs/palxobj.cpp
@@ -48,6 +48,7 @@ namespace Director {
 const char *PalXObj::xlibName = "FixPalette";
 const char *PalXObj::fileNames[] = {
 	"PalXObj",
+	"FixPalette",
 	nullptr
 };
 
diff --git a/engines/director/lingo/xlibs/winxobj.cpp b/engines/director/lingo/xlibs/winxobj.cpp
index 87b8a8a01b7..60ca973f92f 100644
--- a/engines/director/lingo/xlibs/winxobj.cpp
+++ b/engines/director/lingo/xlibs/winxobj.cpp
@@ -41,6 +41,7 @@ const char *RearWindowXObj::xlibName = "RearWindow";
 const char *RearWindowXObj::fileNames[] = {
 	"RearWindow.Xobj",
 	"winXObj",
+	"RearWindow",
 	nullptr
 };
 




More information about the Scummvm-git-logs mailing list