Fix for put apple bug from wjp

svn-id: r17491
This commit is contained in:
Eugene Sandulenko 2005-04-09 21:16:34 +00:00
parent d7c1017fe4
commit e7786320a6

View File

@ -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) {