diff options
author | Martin Kiewitz | 2010-06-17 16:09:06 +0000 |
---|---|---|
committer | Martin Kiewitz | 2010-06-17 16:09:06 +0000 |
commit | 7bb48adda7e9e04fb1b8a6ccce38b29a143ba835 (patch) | |
tree | 1e713f1869511ae331600d15e86bda35a55c0015 | |
parent | 00ac852dc861877857bbb4065a6cd1f78f04b023 (diff) | |
download | scummvm-rg350-7bb48adda7e9e04fb1b8a6ccce38b29a143ba835.tar.gz scummvm-rg350-7bb48adda7e9e04fb1b8a6ccce38b29a143ba835.tar.bz2 scummvm-rg350-7bb48adda7e9e04fb1b8a6ccce38b29a143ba835.zip |
SCI: slightly change comment from r49936
svn-id: r49937
-rw-r--r-- | engines/sci/graphics/palette.cpp | 2 |
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 |