From 1c8aa0c807ce13b7e6804f4ebd1fa0e7d42058ea Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sun, 6 Apr 2008 14:16:27 +0000 Subject: Set opcode 31 (o2_limitMouseRrange) to o2_dummy for now. Also added a comment about that. svn-id: r31427 --- engines/kyra/script_v2.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines') 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), -- cgit v1.2.3