aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorAlyssa Milburn2011-03-16 16:27:20 +0100
committerAlyssa Milburn2011-03-16 16:27:20 +0100
commit6c2bf87dbdb66f48de006b3bb409641f6755fa5e (patch)
tree26026eea26c0ff2753b794e7484dbf3f753a49b8 /engines
parent20681c21dc9bd65a9f1bd705b65a00366a3c139e (diff)
downloadscummvm-rg350-6c2bf87dbdb66f48de006b3bb409641f6755fa5e.tar.gz
scummvm-rg350-6c2bf87dbdb66f48de006b3bb409641f6755fa5e.tar.bz2
scummvm-rg350-6c2bf87dbdb66f48de006b3bb409641f6755fa5e.zip
MOHAWK: Warn only when anims reference named sound files.
Diffstat (limited to 'engines')
-rw-r--r--engines/mohawk/livingbooks.cpp2
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: