mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-30 07:23:05 +00:00
Set opcode 31 (o2_limitMouseRrange) to o2_dummy for now.
Also added a comment about that. svn-id: r31427
This commit is contained in:
parent
2755727249
commit
1c8aa0c807
@ -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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user