aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v100he.cpp
diff options
context:
space:
mode:
authorTravis Howell2005-03-28 10:02:22 +0000
committerTravis Howell2005-03-28 10:02:22 +0000
commit11e1e246cc4022f088a9e68bcd4d44f7d6574932 (patch)
treec3cd310936a0d650401849c5230fd9190fa0d83d /scumm/script_v100he.cpp
parent26f41248737a056b5cf9efbaf7aae1873bb24166 (diff)
downloadscummvm-rg350-11e1e246cc4022f088a9e68bcd4d44f7d6574932.tar.gz
scummvm-rg350-11e1e246cc4022f088a9e68bcd4d44f7d6574932.tar.bz2
scummvm-rg350-11e1e246cc4022f088a9e68bcd4d44f7d6574932.zip
findObject in HE72+ only checks object bounds
findObject in He70/71 only needs additional polygon check svn-id: r17270
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 381207cd8a..ed7d6b81b8 100644
--- a/scumm/script_v100he.cpp
+++ b/scumm/script_v100he.cpp
@@ -259,7 +259,7 @@ void ScummEngine_v100he::setupOpcodes() {
OPCODE(o90_findAllObjectsWithClassOf),
OPCODE(o6_invalid),
OPCODE(o6_findInventory),
- OPCODE(o70_findObject),
+ OPCODE(o72_findObject),
/* B0 */
OPCODE(o72_findObjectWithClassOf),
OPCODE(o70_polygonHit),