aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/palette.cpp
diff options
context:
space:
mode:
authorMartin Kiewitz2010-06-17 16:09:06 +0000
committerMartin Kiewitz2010-06-17 16:09:06 +0000
commit7bb48adda7e9e04fb1b8a6ccce38b29a143ba835 (patch)
tree1e713f1869511ae331600d15e86bda35a55c0015 /engines/sci/graphics/palette.cpp
parent00ac852dc861877857bbb4065a6cd1f78f04b023 (diff)
downloadscummvm-rg350-7bb48adda7e9e04fb1b8a6ccce38b29a143ba835.tar.gz
scummvm-rg350-7bb48adda7e9e04fb1b8a6ccce38b29a143ba835.tar.bz2
scummvm-rg350-7bb48adda7e9e04fb1b8a6ccce38b29a143ba835.zip
SCI: slightly change comment from r49936
svn-id: r49937
Diffstat (limited to 'engines/sci/graphics/palette.cpp')
-rw-r--r--engines/sci/graphics/palette.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/graphics/palette.cpp b/engines/sci/graphics/palette.cpp
index f10446098f..608c2339f5 100644
--- a/engines/sci/graphics/palette.cpp
+++ b/engines/sci/graphics/palette.cpp
@@ -60,7 +60,7 @@ GfxPalette::GfxPalette(ResourceManager *resMan, GfxScreen *screen)
_alwaysForceRealMerge = false;
// Pseudo-WORKAROUND
- // Laura Bow 2 is an inbetween interpreter, some parts are SCI1.1, some parts are SCI1
+ // Laura Bow 2 demo uses an inbetween interpreter, some parts are SCI1.1, some parts are SCI1
// It's not using the SCI1.1 palette merging (copying over all the colors) but the real merging
// If we use the copying over, we will get issues because some views have marked all colors as being used
// and those will overwrite the current palette in that case