mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
MOHAWK: Warn only when anims reference named sound files.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user