From a94fada0ae13b04d54684d470d5b86ab68a2df55 Mon Sep 17 00:00:00 2001 From: Gregory Montoir Date: Sun, 9 Dec 2007 13:41:59 +0000 Subject: - minor screen fix for OS - added new debug channel for sound - updated 2 opcodes comments svn-id: r29790 --- engines/cine/gfx.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engines/cine/gfx.cpp') diff --git a/engines/cine/gfx.cpp b/engines/cine/gfx.cpp index a7281e8591..a225436fb8 100644 --- a/engines/cine/gfx.cpp +++ b/engines/cine/gfx.cpp @@ -474,6 +474,10 @@ void blitRawScreen(byte *frontBuffer) { void flip(void) { blitRawScreen(page1Raw); + if (fadeRequired) { + memcpy(c_palette, tempPalette, sizeof(uint16) * 16); + fadeRequired = false; + } } } // End of namespace Cine -- cgit v1.2.3