diff options
author | Martin Kiewitz | 2010-02-07 12:06:03 +0000 |
---|---|---|
committer | Martin Kiewitz | 2010-02-07 12:06:03 +0000 |
commit | 97c2543b0eaea6a0b10560b4a1e61aef40e26b20 (patch) | |
tree | 460cdee13abdfb86c97b3a5bc4d953bd14fd9671 /engines | |
parent | 749b0ea23735f01bc465d184bce51e611e98378f (diff) | |
download | scummvm-rg350-97c2543b0eaea6a0b10560b4a1e61aef40e26b20.tar.gz scummvm-rg350-97c2543b0eaea6a0b10560b4a1e61aef40e26b20.tar.bz2 scummvm-rg350-97c2543b0eaea6a0b10560b4a1e61aef40e26b20.zip |
SCI: dont set palette on kernelDrawCel() call
svn-id: r47954
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sci/graphics/paint16.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/sci/graphics/paint16.cpp b/engines/sci/graphics/paint16.cpp index 1b44498674..7747c5f8f3 100644 --- a/engines/sci/graphics/paint16.cpp +++ b/engines/sci/graphics/paint16.cpp @@ -355,7 +355,6 @@ void GfxPaint16::kernelDrawCel(GuiResourceId viewId, int16 loopNo, int16 celNo, } else { drawHiresCelAndShow(viewId, loopNo, celNo, leftPos, topPos, priority, paletteNo, upscaledHiresHandle); } - _palette->setOnScreen(); } void GfxPaint16::kernelGraphFillBoxForeground(Common::Rect rect) { |