aboutsummaryrefslogtreecommitdiff
path: root/scumm/charset.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/charset.cpp')
-rw-r--r--scumm/charset.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/scumm/charset.cpp b/scumm/charset.cpp
index f9d55c1e79..4916972ad1 100644
--- a/scumm/charset.cpp
+++ b/scumm/charset.cpp
@@ -1331,6 +1331,9 @@ void CharsetRendererClassic::printChar(int chr) {
src = dst;
src.moveTo(0, 0);
+ memset(_vm->gdi._wizImagePalette, 255, sizeof(_vm->gdi._wizImagePalette));
+ memcpy(_vm->gdi._wizImagePalette, _vm->_charsetColorMap, 16);
+
_vm->gdi.decompressWizImage(dstPtr, vs->w, dst, charPtr, src);
if (_blitAlso && vs->hasTwoBuffers)