From 11e1e246cc4022f088a9e68bcd4d44f7d6574932 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Mon, 28 Mar 2005 10:02:22 +0000 Subject: findObject in HE72+ only checks object bounds findObject in He70/71 only needs additional polygon check svn-id: r17270 --- scumm/script_v100he.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/script_v100he.cpp') 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), -- cgit v1.2.3