diff options
Diffstat (limited to 'scumm/script_v80he.cpp')
-rw-r--r-- | scumm/script_v80he.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v80he.cpp b/scumm/script_v80he.cpp index 5db388337b..c9f3b283d7 100644 --- a/scumm/script_v80he.cpp +++ b/scumm/script_v80he.cpp @@ -310,7 +310,7 @@ void ScummEngine_v80he::setupOpcodes() { OPCODE(o6_getAnimateVariable), OPCODE(o6_invalid), /* D4 */ - OPCODE(o72_shuffle), + OPCODE(o6_shuffle), OPCODE(o72_jumpToScript), OPCODE(o6_band), OPCODE(o6_bor), |