aboutsummaryrefslogtreecommitdiff
path: root/engines/adl/adl_v2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/adl/adl_v2.cpp')
-rw-r--r--engines/adl/adl_v2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/adl/adl_v2.cpp b/engines/adl/adl_v2.cpp
index 55ea15dba1..6c6a710a55 100644
--- a/engines/adl/adl_v2.cpp
+++ b/engines/adl/adl_v2.cpp
@@ -117,7 +117,7 @@ int AdlEngine_v2::o2_moveItem(ScriptEnv &e) {
// Set items that move from inventory to a room to state "dropped"
if (item.room == IDI_NONE && room != IDI_VOID_ROOM)
- item.state = IDI_ITEM_MOVED;
+ item.state = IDI_ITEM_DROPPED;
item.room = room;
return 2;