diff options
| -rw-r--r-- | scumm/wiz_he.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/wiz_he.cpp b/scumm/wiz_he.cpp index e08436b11b..e259597831 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) {  | 
