diff options
-rw-r--r-- | engines/mohawk/livingbooks.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mohawk/livingbooks.cpp b/engines/mohawk/livingbooks.cpp index 1f07c9e390..482aade99d 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: |