aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v100he.cpp
diff options
context:
space:
mode:
authorTravis Howell2005-04-09 06:26:12 +0000
committerTravis Howell2005-04-09 06:26:12 +0000
commit2d40caf7adf24c3b3045563d73e10d7ad3f0c1c7 (patch)
treee1adedac38540d3de64c090c3188f03489f06941 /scumm/script_v100he.cpp
parentf623a5595cb201ab0d34e710f5c820d2719a8045 (diff)
downloadscummvm-rg350-2d40caf7adf24c3b3045563d73e10d7ad3f0c1c7.tar.gz
scummvm-rg350-2d40caf7adf24c3b3045563d73e10d7ad3f0c1c7.tar.bz2
scummvm-rg350-2d40caf7adf24c3b3045563d73e10d7ad3f0c1c7.zip
Add opcode stub for chase
svn-id: r17468
Diffstat (limited to 'scumm/script_v100he.cpp')
-rw-r--r--scumm/script_v100he.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/scumm/script_v100he.cpp b/scumm/script_v100he.cpp
index cffc1f16e7..eabe2f8eca 100644
--- a/scumm/script_v100he.cpp
+++ b/scumm/script_v100he.cpp
@@ -263,7 +263,7 @@ void ScummEngine_v100he::setupOpcodes() {
/* B0 */
OPCODE(o72_findObjectWithClassOf),
OPCODE(o70_polygonHit),
- OPCODE(o6_invalid),
+ OPCODE(o90_unknown39),
OPCODE(o6_invalid),
/* B4 */
OPCODE(o72_getNumFreeArrays),
@@ -1377,7 +1377,7 @@ void ScummEngine_v100he::o100_wizImageOps() {
default:
error("o100_wizImageOps: Unknown case %d", subOp);
}
- debug(1,"o100_wizImageOps stub (%d)", subOp);
+ debug(1,"o100_wizImageOps (%d)", subOp);
}
void ScummEngine_v100he::o100_dim2dim2Array() {
@@ -1513,7 +1513,7 @@ void ScummEngine_v100he::o100_paletteOps() {
default:
error("o100_paletteOps: Unknown case %d", subOp);
}
- debug(1, "o100_paletteOps stub (%d)", subOp);
+ debug(1, "o100_paletteOps (%d)", subOp);
}
void ScummEngine_v100he::o100_jumpToScriptUnk() {