diff options
-rw-r--r-- | scumm/palette_he.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/palette_he.cpp b/scumm/palette_he.cpp index 5a7a178815..f587ba2371 100644 --- a/scumm/palette_he.cpp +++ b/scumm/palette_he.cpp @@ -157,6 +157,8 @@ void ScummEngine_v99he::setPaletteFromPtr(const byte *ptr, int numcolor) { } } + memcpy(_hePalettes, _hePalettes + 1024, 768); + for (i = 0; i < 10; ++i) _hePalettes[1792 + i] = i; for (i = 246; i < 256; ++i) |