mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-01 16:35:20 +00:00
TOON: Remove double identical check.
This commit is contained in:
parent
a440c6a20e
commit
a8e17552ce
@ -3615,7 +3615,7 @@ int32 ToonEngine::handleInventoryOnInventory(int32 itemDest, int32 itemSrc) {
|
||||
createMouseItem(21);
|
||||
rearrangeInventory();
|
||||
return 1;
|
||||
} else if (itemSrc == 0x6b || itemSrc == 0x6c || itemSrc == 0x6f || itemSrc == 108 || itemSrc == 112) {
|
||||
} else if (itemSrc == 0x6b || itemSrc == 0x6c || itemSrc == 0x6f || itemSrc == 0x70) {
|
||||
sayLines(2, 1292);
|
||||
return 1;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user