aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/kyra/items_v2.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/kyra/items_v2.cpp b/engines/kyra/items_v2.cpp
index f0eae11e96..ee010b62e6 100644
--- a/engines/kyra/items_v2.cpp
+++ b/engines/kyra/items_v2.cpp
@@ -164,6 +164,7 @@ bool KyraEngine_v2::processItemDrop(uint16 sceneId, uint16 item, int x, int y, i
if (sceneId != _mainCharacter.sceneId) {
_itemList[freeItemSlot].x = x;
_itemList[freeItemSlot].y = y;
+ _itemList[freeItemSlot].id = item;
_itemList[freeItemSlot].unk7 = 1;
_itemList[freeItemSlot].sceneId = sceneId;
return true;