[Scummvm-git-logs] scummvm master -> 16cc860e88e9938af07b0e074aa8a65dc4b82c2c
sev-
sev at scummvm.org
Mon Jan 13 00:30:20 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:
16cc860e88 DIRECTOR: LINGO: Fix Lsrc bytecode decompilation
Commit: 16cc860e88e9938af07b0e074aa8a65dc4b82c2c
https://github.com/scummvm/scummvm/commit/16cc860e88e9938af07b0e074aa8a65dc4b82c2c
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-01-13T01:30:00+01:00
Commit Message:
DIRECTOR: LINGO: Fix Lsrc bytecode decompilation
Changed paths:
engines/director/lingo/lingo-code.cpp
diff --git a/engines/director/lingo/lingo-code.cpp b/engines/director/lingo/lingo-code.cpp
index 91e4d1b..e8e47fd 100644
--- a/engines/director/lingo/lingo-code.cpp
+++ b/engines/director/lingo/lingo-code.cpp
@@ -141,10 +141,10 @@ static struct FuncDescr {
{ LC::cb_call, "cb_call", "i" },
{ LC::cb_field, "cb_field", "" },
{ LC::cb_localcall, "cb_localcall", "i" },
- { LC::cb_v4putvalue, "cb_putvalue", "i" },
- { LC::cb_v4theentitypush,"c_v4theentitypush","i" },
- { LC::cb_v4theentitynamepush,"c_v4theentitynamepush","i" },
- { LC::cb_v4theentityassign,"c_v4theentityassign","i" },
+ { LC::cb_v4putvalue, "cb_putvalue", "i" },
+ { LC::cb_v4theentitypush,"cb_v4theentitypush","i" },
+ { LC::cb_v4theentitynamepush,"cb_v4theentitynamepush","i" },
+ { LC::cb_v4theentityassign,"cb_v4theentityassign","i" },
{ 0, 0, 0 }
};
More information about the Scummvm-git-logs
mailing list