From 9bf08000323515b300bf7e267f9523c994b0383b Mon Sep 17 00:00:00 2001 From: Alyssa Milburn Date: Tue, 29 Mar 2011 15:07:45 +0200 Subject: MOHAWK: Fix LB debug message to use the right name. --- engines/mohawk/livingbooks.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/mohawk/livingbooks.cpp') diff --git a/engines/mohawk/livingbooks.cpp b/engines/mohawk/livingbooks.cpp index b25a1a7d8f..8f497cb7b3 100644 --- a/engines/mohawk/livingbooks.cpp +++ b/engines/mohawk/livingbooks.cpp @@ -2404,7 +2404,7 @@ void LBItem::runScriptEntry(LBScriptEntry *entry) { debug(2, "Target %04x (%04x) doesn't exist, skipping", targetId, param); continue; } - debug(2, "Target: %04x (%04x) '%s'", targetId, param, _desc.c_str()); + debug(2, "Target: %04x (%04x) '%s'", targetId, param, target->_desc.c_str()); } else { target = this; debug(2, "Self-target on '%s'", _desc.c_str()); -- cgit v1.2.3