From 74024ff3e52804b0247364a5dfeff2e9520e48f8 Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Wed, 24 Dec 2008 15:57:43 +0000 Subject: Moving the dither code to graphics/ svn-id: r35526 --- engines/gob/inter_v6.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines/gob/inter_v6.cpp') diff --git a/engines/gob/inter_v6.cpp b/engines/gob/inter_v6.cpp index 8e16337827..65022ab539 100644 --- a/engines/gob/inter_v6.cpp +++ b/engines/gob/inter_v6.cpp @@ -25,6 +25,7 @@ #include "common/endian.h" #include "common/file.h" +#include "graphics/dither.h" #include "gob/gob.h" #include "gob/inter.h" @@ -926,7 +927,7 @@ bool Inter_v6::o6_palLoad(OpFuncParams ¶ms) { if (_gotFirstPalette) _vm->_video->_palLUT->setPalette((const byte *) _vm->_global->_pPaletteDesc->vgaPal, - PaletteLUT::kPaletteRGB, 6); + Graphics::PaletteLUT::kPaletteRGB, 6); _gotFirstPalette = true; return false; -- cgit v1.2.3