MOHAWK: Warn only when anims reference named sound files.

This commit is contained in:
Alyssa Milburn
2011-03-16 16:27:20 +01:00
parent 20681c21dc
commit 6c2bf87dbd
+1 -1
View File
@@ -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: