aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter_v6.cpp
diff options
context:
space:
mode:
authorSven Hesse2008-12-24 15:57:43 +0000
committerSven Hesse2008-12-24 15:57:43 +0000
commit74024ff3e52804b0247364a5dfeff2e9520e48f8 (patch)
treec5050b74e4241aab2e4d6d2cc51c2a3cd1f4a7e7 /engines/gob/inter_v6.cpp
parent6fed0af5d1acc0a629bd21cea735abfebca38271 (diff)
downloadscummvm-rg350-74024ff3e52804b0247364a5dfeff2e9520e48f8.tar.gz
scummvm-rg350-74024ff3e52804b0247364a5dfeff2e9520e48f8.tar.bz2
scummvm-rg350-74024ff3e52804b0247364a5dfeff2e9520e48f8.zip
Moving the dither code to graphics/
svn-id: r35526
Diffstat (limited to 'engines/gob/inter_v6.cpp')
-rw-r--r--engines/gob/inter_v6.cpp3
1 files changed, 2 insertions, 1 deletions
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 &params) {
if (_gotFirstPalette)
_vm->_video->_palLUT->setPalette((const byte *) _vm->_global->_pPaletteDesc->vgaPal,
- PaletteLUT::kPaletteRGB, 6);
+ Graphics::PaletteLUT::kPaletteRGB, 6);
_gotFirstPalette = true;
return false;