Set opcode 31 (o2_limitMouseRrange) to o2_dummy for now.

Also added a comment about that.

svn-id: r31427
This commit is contained in:
Johannes Schickel 2008-04-06 14:16:27 +00:00
parent 2755727249
commit 1c8aa0c807

View File

@ -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),