aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/teenagent/callbacks.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/teenagent/callbacks.cpp b/engines/teenagent/callbacks.cpp
index cf3cd518d4..9dd45ad828 100644
--- a/engines/teenagent/callbacks.cpp
+++ b/engines/teenagent/callbacks.cpp
@@ -2501,6 +2501,10 @@ bool TeenAgentEngine::processCallback(uint16 addr) {
inventory->add(33);
return true;
+ case 0x862c:
+ displayMessage(CHECK_FLAG(0xDBB0, 1)? 0x4882: 0x3457);
+ return true;
+
case 0x86a9: //correcting height of the pole with spanner
if (CHECK_FLAG(0xDB92, 1)) {
displayMessage(0x3d40);