[Scummvm-git-logs] scummvm master -> e96b17db998dab5f0705e8fbf79f0c5d9b7ea566
rvanlaar
roland at rolandvanlaar.nl
Mon Jul 27 11:10:07 UTC 2020
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:
e96b17db99 DIRECTOR: LINGO: Add PatToWindow reference
Commit: e96b17db998dab5f0705e8fbf79f0c5d9b7ea566
https://github.com/scummvm/scummvm/commit/e96b17db998dab5f0705e8fbf79f0c5d9b7ea566
Author: Roland van Laar (roland at rolandvanlaar.nl)
Date: 2020-07-27T13:08:51+02:00
Commit Message:
DIRECTOR: LINGO: Add PatToWindow reference
The mPatToWindow function was defined, just not yet referenced.
This resulted in it not being callable from lingo.
Changed paths:
engines/director/lingo/xlibs/winxobj.cpp
diff --git a/engines/director/lingo/xlibs/winxobj.cpp b/engines/director/lingo/xlibs/winxobj.cpp
index b93d95668f..f1adfaa8ee 100644
--- a/engines/director/lingo/xlibs/winxobj.cpp
+++ b/engines/director/lingo/xlibs/winxobj.cpp
@@ -43,7 +43,7 @@ static const char *xlibName = "RearWindow";
static MethodProto xlibMethods[] = {
{ "new", RearWindowXObj::m_new, 1, 1, 4 }, // D4
{ "GetMemoryNeeded", RearWindowXObj::m_getMemoryNeeded, 0, 0, 4 }, // D4
-
+ { "PatToWindow", RearWindowXObj::m_patToWindow, 1, 1, 4 }, // D4
{ 0, 0, 0, 0, 0 }
};
More information about the Scummvm-git-logs
mailing list