Add opcode for chase, playable now.

svn-id: r17469
This commit is contained in:
Travis Howell 2005-04-09 06:39:20 +00:00
parent 2d40caf7ad
commit 73d1d63f15
3 changed files with 9 additions and 3 deletions

View file

@ -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),