mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-28 04:34:50 +00:00
Switch to warning
svn-id: r15418
This commit is contained in:
parent
56ae86ef4f
commit
67efe7f6d0
@ -2474,7 +2474,8 @@ void ScummEngine_v72he::o72_getResourceSize() {
|
||||
type = rtScript;
|
||||
break;
|
||||
default:
|
||||
error("o72_getResourceSize: default type %d", subOp);
|
||||
warning("o72_getResourceSize: default type %d", subOp);
|
||||
return;
|
||||
}
|
||||
|
||||
const byte *ptr = getResourceAddress(type, idx);
|
||||
|
Loading…
Reference in New Issue
Block a user