aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v100he.cpp
diff options
context:
space:
mode:
authorTravis Howell2005-04-09 06:39:20 +0000
committerTravis Howell2005-04-09 06:39:20 +0000
commit73d1d63f1502a94eb27fc3186b8e012e342de87d (patch)
tree640246c0f1dffe1bd303671725ff6be28efaa665 /scumm/script_v100he.cpp
parent2d40caf7adf24c3b3045563d73e10d7ad3f0c1c7 (diff)
downloadscummvm-rg350-73d1d63f1502a94eb27fc3186b8e012e342de87d.tar.gz
scummvm-rg350-73d1d63f1502a94eb27fc3186b8e012e342de87d.tar.bz2
scummvm-rg350-73d1d63f1502a94eb27fc3186b8e012e342de87d.zip
Add opcode for chase, playable now.
svn-id: r17469
Diffstat (limited to 'scumm/script_v100he.cpp')
-rw-r--r--scumm/script_v100he.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v100he.cpp b/scumm/script_v100he.cpp
index eabe2f8eca..19f893c22a 100644
--- a/scumm/script_v100he.cpp
+++ b/scumm/script_v100he.cpp
@@ -54,7 +54,7 @@ void ScummEngine_v100he::setupOpcodes() {
OPCODE(o6_delayFrames),
OPCODE(o90_shl),
OPCODE(o90_shr),
- OPCODE(o6_invalid),
+ OPCODE(o90_xor),
/* 0C */
OPCODE(o6_setCameraAt),
OPCODE(o6_actorFollowCamera),