From 6c2bf87dbdb66f48de006b3bb409641f6755fa5e Mon Sep 17 00:00:00 2001 From: Alyssa Milburn Date: Wed, 16 Mar 2011 16:27:20 +0100 Subject: [PATCH] MOHAWK: Warn only when anims reference named sound files. --- engines/mohawk/livingbooks.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/mohawk/livingbooks.cpp b/engines/mohawk/livingbooks.cpp index 1f07c9e3909..482aade99da 100644 --- a/engines/mohawk/livingbooks.cpp +++ b/engines/mohawk/livingbooks.cpp @@ -1262,7 +1262,7 @@ NodeState LBAnimationNode::update(bool seeking) { uint16 strLen = READ_BE_UINT16(entry.data + 2); if (strLen) - error("String length for unnamed wave file"); + warning("Named wave file encountered"); switch (entry.opcode) { case kLBAnimOpPlaySound: