[Scummvm-git-logs] scummvm master -> d7ea3450e3f97f790446b35f480767e6daa11609
djsrv
dservilla at gmail.com
Tue Aug 25 01:53:33 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:
d7ea3450e3 DIRECTOR: LINGO: Fix birth version number
Commit: d7ea3450e3f97f790446b35f480767e6daa11609
https://github.com/scummvm/scummvm/commit/d7ea3450e3f97f790446b35f480767e6daa11609
Author: djsrv (dservilla at gmail.com)
Date: 2020-08-24T21:52:58-04:00
Commit Message:
DIRECTOR: LINGO: Fix birth version number
Changed paths:
engines/director/lingo/lingo-object.cpp
diff --git a/engines/director/lingo/lingo-object.cpp b/engines/director/lingo/lingo-object.cpp
index a736914662..364292376e 100644
--- a/engines/director/lingo/lingo-object.cpp
+++ b/engines/director/lingo/lingo-object.cpp
@@ -63,7 +63,7 @@ static struct PredefinedProto {
{ "respondsTo", LM::m_respondsTo, 1, 1, kXObj, 200 }, // D2
// script object and Xtra
- { "birth", LM::m_new, -1, 0, kScriptObj | kXtraObj, 4 }, // D4
+ { "birth", LM::m_new, -1, 0, kScriptObj | kXtraObj, 400 }, // D4
{ 0, 0, 0, 0, 0, 0 }
};
More information about the Scummvm-git-logs
mailing list