aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter_v6.cpp
diff options
context:
space:
mode:
authorSven Hesse2008-12-27 22:48:00 +0000
committerSven Hesse2008-12-27 22:48:00 +0000
commit84b6db7bf3ed20e3b030708882156c63978f2a73 (patch)
tree051af74fbc200123bbf3d078064ac437fbae71b6 /engines/gob/inter_v6.cpp
parent6d072a321b05693fefdbe0f9db1db0b8b76324f1 (diff)
downloadscummvm-rg350-84b6db7bf3ed20e3b030708882156c63978f2a73.tar.gz
scummvm-rg350-84b6db7bf3ed20e3b030708882156c63978f2a73.tar.bz2
scummvm-rg350-84b6db7bf3ed20e3b030708882156c63978f2a73.zip
Fixing some 16bit graphics
svn-id: r35585
Diffstat (limited to 'engines/gob/inter_v6.cpp')
-rw-r--r--engines/gob/inter_v6.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/inter_v6.cpp b/engines/gob/inter_v6.cpp
index 65022ab539..8ac45fc354 100644
--- a/engines/gob/inter_v6.cpp
+++ b/engines/gob/inter_v6.cpp
@@ -927,7 +927,7 @@ bool Inter_v6::o6_palLoad(OpFuncParams &params) {
if (_gotFirstPalette)
_vm->_video->_palLUT->setPalette((const byte *) _vm->_global->_pPaletteDesc->vgaPal,
- Graphics::PaletteLUT::kPaletteRGB, 6);
+ Graphics::PaletteLUT::kPaletteRGB, 6, 0);
_gotFirstPalette = true;
return false;