From 410a4a974ef78324ba6d8bd5535b2b46b231b0f7 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Thu, 27 Dec 2007 11:40:29 +0000 Subject: Enable Windows version of early HE games by default, to match already enabled 3DO/DOS/Macintosh versions of early HE games. Adding only the minimum code required for HE70 games. svn-id: r30011 --- engines/scumm/he/script_v80he.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engines/scumm/he/script_v80he.cpp') diff --git a/engines/scumm/he/script_v80he.cpp b/engines/scumm/he/script_v80he.cpp index be17bbe3df..cd31e88eb7 100644 --- a/engines/scumm/he/script_v80he.cpp +++ b/engines/scumm/he/script_v80he.cpp @@ -297,7 +297,7 @@ void ScummEngine_v80he::setupOpcodes() { OPCODE(o6_distPtPt), /* C8 */ OPCODE(o72_kernelGetFunctions), - OPCODE(o70_kernelSetFunctions), + OPCODE(o71_kernelSetFunctions), OPCODE(o6_delayFrames), OPCODE(o6_pickOneOf), /* CC */ @@ -359,9 +359,9 @@ void ScummEngine_v80he::setupOpcodes() { OPCODE(o72_getResourceSize), OPCODE(o72_createDirectory), OPCODE(o72_setSystemMessage), - OPCODE(o70_polygonOps), + OPCODE(o71_polygonOps), /* FC */ - OPCODE(o70_polygonHit), + OPCODE(o71_polygonHit), OPCODE(o6_invalid), OPCODE(o6_invalid), OPCODE(o6_invalid), -- cgit v1.2.3