aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/livingbooks.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mohawk/livingbooks.cpp')
-rw-r--r--engines/mohawk/livingbooks.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/mohawk/livingbooks.cpp b/engines/mohawk/livingbooks.cpp
index c1c1dfc875..397281fe74 100644
--- a/engines/mohawk/livingbooks.cpp
+++ b/engines/mohawk/livingbooks.cpp
@@ -2637,7 +2637,8 @@ int LBItem::runScriptEntry(LBScriptEntry *entry) {
break;
default:
// FIXME: handle list
- debug(2, "Target '%s' (by expression) resulted in unknown type, skipping", entry->targets[n].c_str());
+ warning("Target '%s' (by expression) resulted in unknown type, skipping", entry->targets[n].c_str());
+ continue;
}
}
if (!target) {