mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-04 09:56:30 +00:00
Changed debug message on unknown opcode to a warning.
svn-id: r25263
This commit is contained in:
parent
10a3eebe5a
commit
5bf2396dd8
@ -385,9 +385,9 @@ void Sprites::updateSceneAnims() {
|
||||
data += 2;
|
||||
break;
|
||||
default:
|
||||
debugC(1, kDebugLevelSprites, "Unsupported anim command %X in script %i", READ_LE_UINT16(data), i);
|
||||
warning("Unsupported anim command %X in script %i", READ_LE_UINT16(data), i);
|
||||
//endLoop = true;
|
||||
data += 1;
|
||||
data += 2;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user