TOON: Remove double identical check.

This commit is contained in:
Strangerke 2014-02-28 23:33:19 +01:00
parent a440c6a20e
commit a8e17552ce

View File

@ -3615,7 +3615,7 @@ int32 ToonEngine::handleInventoryOnInventory(int32 itemDest, int32 itemSrc) {
createMouseItem(21); createMouseItem(21);
rearrangeInventory(); rearrangeInventory();
return 1; 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); sayLines(2, 1292);
return 1; return 1;
} }