aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v90he.cpp
diff options
context:
space:
mode:
authorTravis Howell2004-09-09 14:07:51 +0000
committerTravis Howell2004-09-09 14:07:51 +0000
commit655728fe7d40a114913e68681ba747b887039d73 (patch)
treef418f78130368c457ae465ab3c7dd40d0f3a8a32 /scumm/script_v90he.cpp
parent9eb69ed03ad2dd635498467e5ec10bfcdbc6fcd1 (diff)
downloadscummvm-rg350-655728fe7d40a114913e68681ba747b887039d73.tar.gz
scummvm-rg350-655728fe7d40a114913e68681ba747b887039d73.tar.bz2
scummvm-rg350-655728fe7d40a114913e68681ba747b887039d73.zip
Change needed for HE 71 too.
svn-id: r14984
Diffstat (limited to 'scumm/script_v90he.cpp')
-rw-r--r--scumm/script_v90he.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v90he.cpp b/scumm/script_v90he.cpp
index 0d6221b49b..6d98eadd51 100644
--- a/scumm/script_v90he.cpp
+++ b/scumm/script_v90he.cpp
@@ -210,7 +210,7 @@ void ScummEngine_v90he::setupOpcodes() {
OPCODE(o6_animateActor),
OPCODE(o6_doSentence),
/* 84 */
- OPCODE(o72_pickupObject),
+ OPCODE(o7_pickupObject),
OPCODE(o6_loadRoomWithEgo),
OPCODE(o6_invalid),
OPCODE(o6_getRandomNumber),