aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/hdb/ai-inventory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hdb/ai-inventory.cpp b/engines/hdb/ai-inventory.cpp
index 48ce48fb5a..e9eb098156 100644
--- a/engines/hdb/ai-inventory.cpp
+++ b/engines/hdb/ai-inventory.cpp
@@ -74,7 +74,7 @@ bool AI::addToInventory(AIEntity *e) {
warning("AI-INVENTORY: addToInventory: Unintended Type");
}
- warning("STUB: addToInventory: Print a 'You Got' message");
+ printYouGotMsg(e->printedName);
removeEntity(e);
return true;
}