aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/ai-inventory.cpp
diff options
context:
space:
mode:
authorNipun Garg2019-07-03 21:39:56 +0530
committerEugene Sandulenko2019-09-03 17:17:09 +0200
commite97d425b8a70d4dac28291cb4262a37981db823a (patch)
treec612dcfcccecd94fbcb557812cf32c92412521cf /engines/hdb/ai-inventory.cpp
parenteacc59bca9a22af15fffe809c3de383c0e144c38 (diff)
downloadscummvm-rg350-e97d425b8a70d4dac28291cb4262a37981db823a.tar.gz
scummvm-rg350-e97d425b8a70d4dac28291cb4262a37981db823a.tar.bz2
scummvm-rg350-e97d425b8a70d4dac28291cb4262a37981db823a.zip
HDB: Unstub printYouGotMsg call
Diffstat (limited to 'engines/hdb/ai-inventory.cpp')
-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;
}