[Scummvm-cvs-logs] scummvm master -> 6c2bf87dbdb66f48de006b3bb409641f6755fa5e

fuzzie fuzzie at fuzzie.org
Wed Mar 16 16:29:16 CET 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
6c2bf87dbd MOHAWK: Warn only when anims reference named sound files.


Commit: 6c2bf87dbdb66f48de006b3bb409641f6755fa5e
    https://github.com/scummvm/scummvm/commit/6c2bf87dbdb66f48de006b3bb409641f6755fa5e
Author: Alyssa Milburn (fuzzie at fuzzie.org)
Date: 2011-03-16T08:27:20-07:00

Commit Message:
MOHAWK: Warn only when anims reference named sound files.

Changed paths:
    engines/mohawk/livingbooks.cpp



diff --git a/engines/mohawk/livingbooks.cpp b/engines/mohawk/livingbooks.cpp
index 1f07c9e..482aade 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:






More information about the Scummvm-git-logs mailing list