aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTravis Howell2004-10-05 06:14:40 +0000
committerTravis Howell2004-10-05 06:14:40 +0000
commit67efe7f6d0ba2fe129a0c31715fe4a31fca961c1 (patch)
tree41b640ff9c48b588d82411e20ee6be70e49101db /scumm
parent56ae86ef4fd96807e3fa4c25f89b45ecfa377266 (diff)
downloadscummvm-rg350-67efe7f6d0ba2fe129a0c31715fe4a31fca961c1.tar.gz
scummvm-rg350-67efe7f6d0ba2fe129a0c31715fe4a31fca961c1.tar.bz2
scummvm-rg350-67efe7f6d0ba2fe129a0c31715fe4a31fca961c1.zip
Switch to warning
svn-id: r15418
Diffstat (limited to 'scumm')
-rw-r--r--scumm/script_v72he.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/scumm/script_v72he.cpp b/scumm/script_v72he.cpp
index 1d3333483a..dcc68bfd0e 100644
--- a/scumm/script_v72he.cpp
+++ b/scumm/script_v72he.cpp
@@ -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);