aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/palette.h
diff options
context:
space:
mode:
authorMartin Kiewitz2010-06-17 16:06:01 +0000
committerMartin Kiewitz2010-06-17 16:06:01 +0000
commit00ac852dc861877857bbb4065a6cd1f78f04b023 (patch)
tree501411b218976af5bcfa11f54b3015a94b34a195 /engines/sci/graphics/palette.h
parent1bbb9d7bd29020566c36d7812c6de236a25c025e (diff)
downloadscummvm-rg350-00ac852dc861877857bbb4065a6cd1f78f04b023.tar.gz
scummvm-rg350-00ac852dc861877857bbb4065a6cd1f78f04b023.tar.bz2
scummvm-rg350-00ac852dc861877857bbb4065a6cd1f78f04b023.zip
SCI: implement workaround for laura bow 2 demo, because that interpreter uses the old real palette merging from sci1 - some views contain a palette that has all colors marked as being used, which would overwrite sysPalette with blacks
svn-id: r49936
Diffstat (limited to 'engines/sci/graphics/palette.h')
-rw-r--r--engines/sci/graphics/palette.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/graphics/palette.h b/engines/sci/graphics/palette.h
index d84436d708..fead340090 100644
--- a/engines/sci/graphics/palette.h
+++ b/engines/sci/graphics/palette.h
@@ -77,6 +77,7 @@ private:
uint32 _palVaryEnd;
bool _sysPaletteChanged;
+ bool _alwaysForceRealMerge;
Common::Array<PalSchedule> _schedules;
};