aboutsummaryrefslogtreecommitdiff
path: root/scumm/charset.cpp
diff options
context:
space:
mode:
authorTravis Howell2003-07-19 03:54:33 +0000
committerTravis Howell2003-07-19 03:54:33 +0000
commitfdb79e01cce8adaa1aec60d9419b2fea80460df5 (patch)
treefcdac8629cd5ac1a53595fcbd77b03e11430994e /scumm/charset.cpp
parent077b643ea04188b60c5107610328619cc7f00001 (diff)
downloadscummvm-rg350-fdb79e01cce8adaa1aec60d9419b2fea80460df5.tar.gz
scummvm-rg350-fdb79e01cce8adaa1aec60d9419b2fea80460df5.tar.bz2
scummvm-rg350-fdb79e01cce8adaa1aec60d9419b2fea80460df5.zip
More fix from Hibernatus
svn-id: r9069
Diffstat (limited to 'scumm/charset.cpp')
-rw-r--r--scumm/charset.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/charset.cpp b/scumm/charset.cpp
index 46253071a4..38237bf42a 100644
--- a/scumm/charset.cpp
+++ b/scumm/charset.cpp
@@ -929,7 +929,7 @@ void CharsetRendererV3::setColor(byte color)
{
_color = color;
_shadowColor = (_vm->_features & GF_FMTOWNS) ? 8 : 0;
- if (_vm->_features & GF_FMTOWNS) {
+ if (_vm->_features & GF_FMTOWNS || _vm->_gameId == GID_INDY3_256) {
_dropShadow = ((_color & 0x80) != 0);
_color &= 0x7f;
} else if (_vm->_features & GF_16COLOR) {