diff options
-rw-r--r-- | engines/kyra/script_v2.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/kyra/script_v2.cpp b/engines/kyra/script_v2.cpp index 1a381978f2..746f7b23e1 100644 --- a/engines/kyra/script_v2.cpp +++ b/engines/kyra/script_v2.cpp @@ -1843,7 +1843,8 @@ void KyraEngine_v2::setupOpcodeTable() { Opcode(o2_addItemToInventory), Opcode(o2_drawShape), Opcode(o2_addItemToCurScene), - OpcodeUnImpl(), + Opcode(o2_dummy), // the original used this opcode to limit the mouse range temporary, + // since that is of no use and not really important we just use a dummy here // 0x20 Opcode(o2_checkForItem), Opcode(o2_loadSoundFile), |