From 0765435c444c364016b0647a530085939a037f57 Mon Sep 17 00:00:00 2001 From: Gregory Montoir Date: Sun, 17 Oct 2004 05:04:49 +0000 Subject: cleanup: moved some things to gfx.cpp and changed o60_setState to match disassembly of version 72 svn-id: r15578 --- scumm/script_v90he.cpp | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'scumm/script_v90he.cpp') diff --git a/scumm/script_v90he.cpp b/scumm/script_v90he.cpp index 5c97e3e446..7a84fc7a81 100644 --- a/scumm/script_v90he.cpp +++ b/scumm/script_v90he.cpp @@ -632,21 +632,6 @@ void ScummEngine_v90he::processWizImage(const WizParameters *params) { } break; case 6: - if (params->processFlags & 0x40) { - int state = (params->processFlags & 0x400) ? params->img.state : 0; - int num = params->remapNum; - const uint8 *index = params->remapIndex; - uint8 *iwiz = getResourceAddress(rtImage, params->img.resNum); - assert(iwiz); - uint8 *rmap = findWrappedBlock(MKID('RMAP'), iwiz, state, 0) ; - assert(rmap); - *(uint32 *)(rmap + 8) = TO_BE_32(0x12345678); - while (num--) { - uint8 idx = *index++; - rmap[0xC + idx] = params->remapColor[idx]; - } - } - break; // HE 99+ case 7: case 8: -- cgit v1.2.3