From a8e17552ce9ec9174132ee658fc69f12af53b60d Mon Sep 17 00:00:00 2001 From: Strangerke Date: Fri, 28 Feb 2014 23:33:19 +0100 Subject: TOON: Remove double identical check. --- engines/toon/toon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/toon/toon.cpp b/engines/toon/toon.cpp index ea87c9be84..3671422a8e 100644 --- a/engines/toon/toon.cpp +++ b/engines/toon/toon.cpp @@ -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; } -- cgit v1.2.3