From f317e8c8777bdc8482b5e55f3f28873a61eab7da Mon Sep 17 00:00:00 2001 From: Martin Kiewitz Date: Tue, 28 Oct 2014 01:40:40 +0100 Subject: SCI: implement 8-bit color matching SCI1.1 bug effectively fixes bug #6455 thanks to wjp and [md5] --- engines/sci/graphics/palette.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/sci/graphics/palette.h') diff --git a/engines/sci/graphics/palette.h b/engines/sci/graphics/palette.h index 347695deb8..93cc2a8189 100644 --- a/engines/sci/graphics/palette.h +++ b/engines/sci/graphics/palette.h @@ -46,6 +46,7 @@ public: ~GfxPalette(); bool isMerging(); + bool isUsing16bitColorMatch(); void setDefault(); void createFromData(byte *data, int bytesLeft, Palette *paletteOut); @@ -124,6 +125,7 @@ private: bool _sysPaletteChanged; bool _useMerging; + bool _use16bitColorMatch; Common::Array _schedules; -- cgit v1.2.3