diff options
author | Travis Howell | 2004-09-06 09:27:22 +0000 |
---|---|---|
committer | Travis Howell | 2004-09-06 09:27:22 +0000 |
commit | 5f908120647eaae531a45b0ac453dc8e6c10b637 (patch) | |
tree | c2bb5c005cc7fba3de78a331811d1d1e73e8d0d4 /scumm | |
parent | 3be4ae1d1dc3e37ccdee9f1b9c7cd38501f304c7 (diff) | |
download | scummvm-rg350-5f908120647eaae531a45b0ac453dc8e6c10b637.tar.gz scummvm-rg350-5f908120647eaae531a45b0ac453dc8e6c10b637.tar.bz2 scummvm-rg350-5f908120647eaae531a45b0ac453dc8e6c10b637.zip |
Missed opcode
svn-id: r14931
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/script_v90he.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v90he.cpp b/scumm/script_v90he.cpp index 2aedcc1003..3e72213ae3 100644 --- a/scumm/script_v90he.cpp +++ b/scumm/script_v90he.cpp @@ -141,7 +141,7 @@ void ScummEngine_v90he::setupOpcodes() { OPCODE(o72_wordArrayIndexedWrite), /* 4C */ OPCODE(o6_invalid), - OPCODE(o6_invalid), + OPCODE(o80_unknown4D), OPCODE(o6_invalid), OPCODE(o6_wordVarInc), /* 50 */ |