From e7786320a67210bbf998ff9b0f1bf227e4961432 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 9 Apr 2005 21:16:34 +0000 Subject: Fix for put apple bug from wjp svn-id: r17491 --- gob/goblin.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'gob') diff --git a/gob/goblin.cpp b/gob/goblin.cpp index 9f2863dc2c..107268327f 100644 --- a/gob/goblin.cpp +++ b/gob/goblin.cpp @@ -943,6 +943,7 @@ void gob_targetItem(void) { } if (gob_gobAction == 4 && gob_destActionItem != 0 && + gob_itemToObject[gob_destActionItem] != -1 && gob_objects[gob_itemToObject[gob_destActionItem]]-> pickable == 1) { -- cgit v1.2.3