From e97d425b8a70d4dac28291cb4262a37981db823a Mon Sep 17 00:00:00 2001 From: Nipun Garg Date: Wed, 3 Jul 2019 21:39:56 +0530 Subject: HDB: Unstub printYouGotMsg call --- engines/hdb/ai-inventory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3