From a662be53699ee7b8ee91fde4682986b95063ba90 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 20 Jan 2014 17:11:23 -0500 Subject: VOYEUR: Fix palette issues in first half of doGossip --- engines/voyeur/animation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/voyeur/animation.cpp b/engines/voyeur/animation.cpp index 0d4d842fab..3278e4f8fa 100644 --- a/engines/voyeur/animation.cpp +++ b/engines/voyeur/animation.cpp @@ -439,7 +439,7 @@ void VoyeurRL2Decoder::play(VoyeurEngine *vm, int resourceOffset, byte *frames, while (!vm->shouldQuit() && !endOfVideo() && !vm->_eventsManager._mouseClicked) { if (hasDirtyPalette()) { const byte *palette = getPalette(); - vm->_graphicsManager.setPalette(palette, 128, 128); + vm->_graphicsManager.setPalette(palette + 3, 129, 127); } if (needsUpdate()) { -- cgit v1.2.3