Set remap flag

svn-id: r17600
This commit is contained in:
Travis Howell 2005-04-14 12:18:42 +00:00
parent 7a30956dcd
commit 1b76f9d058

View File

@ -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) {