From 1b76f9d0581c15bc9190cefddd71a7ca15d157f5 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Thu, 14 Apr 2005 12:18:42 +0000 Subject: [PATCH] Set remap flag svn-id: r17600 --- scumm/wiz_he.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/scumm/wiz_he.cpp b/scumm/wiz_he.cpp index e08436b11b0..e2595978311 100644 --- a/scumm/wiz_he.cpp +++ b/scumm/wiz_he.cpp @@ -1376,6 +1376,7 @@ void ScummEngine_v72he::displayWizComplexImage(const WizParameters *params) { uint8 idx = *index++; rmap[4 + idx] = params->remapColor[idx]; } + flags |= kWIFRemapPalette; } if (_fullRedraw && dstResNum == 0) {