Skip to content

Commit

Permalink
GOB: Fix o7_getDBString opcode in degob
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelamarre committed Jul 16, 2024
1 parent 0bd27af commit 3d9fc47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/gob/degob_script_v7.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ void Script_v7::setupOpcodes() {
/* C4 */
{OPCODET(o7_opendBase), {PARAM_EXPR, PARAM_EXPR}},
{OPCODET(o7_closedBase), {PARAM_EXPR}},
{OPCODET(o7_getDBString), {PARAM_EXPR, PARAM_EXPR, PARAM_EXPR, PARAM_EXPR}},
{OPCODET(o7_getDBString), {PARAM_EXPR, PARAM_EXPR, PARAM_EXPR, PARAM_EXPR, PARAM_VARINDEX}},
{TYPE_NONE, 0, 0, {PARAM_NONE}},
/* C8 */
{TYPE_NONE, 0, 0, {PARAM_NONE}},
Expand Down

0 comments on commit 3d9fc47

Please sign in to comment.