diff options
Diffstat (limited to 'engines/sci/engine/kernel.cpp')
-rw-r--r-- | engines/sci/engine/kernel.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/engine/kernel.cpp b/engines/sci/engine/kernel.cpp index 5b7a24f289..16534fbce9 100644 --- a/engines/sci/engine/kernel.cpp +++ b/engines/sci/engine/kernel.cpp @@ -916,6 +916,7 @@ void script_adjust_opcode_formats() { // TODO: There are also opcodes in // here to get the superclass, and possibly the species too. g_opcode_formats[0x4d/2][0] = Script_None; + g_opcode_formats[0x4e/2][0] = Script_None; } #endif } |