aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/teenagent/callbacks.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/teenagent/callbacks.cpp b/engines/teenagent/callbacks.cpp
index bc4720bec2..7b4e7e6ead 100644
--- a/engines/teenagent/callbacks.cpp
+++ b/engines/teenagent/callbacks.cpp
@@ -2269,7 +2269,7 @@ bool TeenAgentEngine::processCallback(uint16 addr) {
case 0x78f5:
if (CHECK_FLAG(0xdb95, 1)) {
- displayMessage(0x3575); // FIXME: Not sure this address is correct
+ displayMessage(dsAddr_bootEmptyMsg); // "There's nothing else in the boot"
} else
retVal = false;
break;