From 806c78655f8a088abc0e7ce396156ba20be86530 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Fri, 8 Apr 2005 01:22:39 +0000 Subject: Add missing palette cpy. svn-id: r17445 --- scumm/palette_he.cpp | 2 ++ 1 file changed, 2 insertions(+) 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) -- cgit v1.2.3