aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v6.cpp
diff options
context:
space:
mode:
authorTravis Howell2004-08-23 10:34:50 +0000
committerTravis Howell2004-08-23 10:34:50 +0000
commitbbc75e4220b7e5cca186b50575af8b1775a50364 (patch)
treece2bbf35668db21539c2e58631cd66ab6148fac9 /scumm/script_v6.cpp
parent85addeb67b750718f2d205c743c02a23a3cbaf3f (diff)
downloadscummvm-rg350-bbc75e4220b7e5cca186b50575af8b1775a50364.tar.gz
scummvm-rg350-bbc75e4220b7e5cca186b50575af8b1775a50364.tar.bz2
scummvm-rg350-bbc75e4220b7e5cca186b50575af8b1775a50364.zip
Add He 7.2 class
svn-id: r14709
Diffstat (limited to 'scumm/script_v6.cpp')
-rw-r--r--scumm/script_v6.cpp28
1 files changed, 28 insertions, 0 deletions
diff --git a/scumm/script_v6.cpp b/scumm/script_v6.cpp
index 07d0235e56..d5bf4908a8 100644
--- a/scumm/script_v6.cpp
+++ b/scumm/script_v6.cpp
@@ -1653,6 +1653,34 @@ void ScummEngine_v6::o6_resourceRoutines() {
// QL_QueGlobForLoad(1, resid, 1);
break;
}
+ case 201:
+ {
+ if (_heversion < 70)
+ error("o6_resourceRoutines: default case %d", op);
+
+ resid = pop();
+ ensureResourceLoaded(rtImage, resid);
+ break;
+ }
+ case 202:
+ {
+ if (_heversion < 70)
+ error("o6_resourceRoutines: default case %d", op);
+
+ resid = pop();
+ lock(rtImage, resid);
+ break;
+ }
+ case 203:
+ {
+ if (_heversion < 70)
+ error("o6_resourceRoutines: default case %d", op);
+
+ resid = pop();
+ debug(1,"stub stub queueload resource 19, %d", resid);
+ // QL_QueGlobForLoad(19, resid, 1);
+ break;
+ }
case 233:
resid = pop();
debug(1,"stub o6_resourceRoutines resource %d, 1", resid);