aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorEugene Sandulenko2016-08-19 18:47:30 +0200
committerEugene Sandulenko2016-08-19 18:47:30 +0200
commit31b8ea453a162e46f6b963c8dfe7caa1af787a40 (patch)
tree5ae7a983a099d2c822023d8dfe9edf0a354e7124 /engines
parent21d4d0aeb20b19f17784338fbf663774b2728562 (diff)
downloadscummvm-rg350-31b8ea453a162e46f6b963c8dfe7caa1af787a40.tar.gz
scummvm-rg350-31b8ea453a162e46f6b963c8dfe7caa1af787a40.tar.bz2
scummvm-rg350-31b8ea453a162e46f6b963c8dfe7caa1af787a40.zip
DIRECTOR: Lingo: Fixed c_eval decompilation
Diffstat (limited to 'engines')
-rw-r--r--engines/director/lingo/lingo-code.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/director/lingo/lingo-code.cpp b/engines/director/lingo/lingo-code.cpp
index de92efa669..95bb7f35ab 100644
--- a/engines/director/lingo/lingo-code.cpp
+++ b/engines/director/lingo/lingo-code.cpp
@@ -65,7 +65,7 @@ static struct FuncDescr {
{ Lingo::c_stringpush, "c_stringpush", "s" },
{ Lingo::c_varpush, "c_varpush", "s" },
{ Lingo::c_assign, "c_assign", "" },
- { Lingo::c_eval, "c_eval", "" },
+ { Lingo::c_eval, "c_eval", "s" },
{ Lingo::c_theentitypush,"c_theentitypush","ii" }, // entity, field
{ Lingo::c_theentityassign,"c_theentityassign","ii" },
{ Lingo::c_swap, "c_swap", "" },