aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorMax Horn2004-08-14 19:52:20 +0000
committerMax Horn2004-08-14 19:52:20 +0000
commit2deccf994969a896dfce6b07db478bcc3ec13d75 (patch)
tree8b6b40381b9698570dca8fc98b047ac96db3b2d9 /scumm
parent152a5e97fe5197a5494fdde8967301888f360d2c (diff)
downloadscummvm-rg350-2deccf994969a896dfce6b07db478bcc3ec13d75.tar.gz
scummvm-rg350-2deccf994969a896dfce6b07db478bcc3ec13d75.tar.bz2
scummvm-rg350-2deccf994969a896dfce6b07db478bcc3ec13d75.zip
Fix MI2 intro text colors
svn-id: r14613
Diffstat (limited to 'scumm')
-rw-r--r--scumm/gfx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/gfx.cpp b/scumm/gfx.cpp
index e8482229bb..82bbd57c11 100644
--- a/scumm/gfx.cpp
+++ b/scumm/gfx.cpp
@@ -163,7 +163,7 @@ static const TransitionEffect transitionEffects[5] = {
#pragma mark -
-#define CHARSET_MASK_TRANSPARENCY 254
+#define CHARSET_MASK_TRANSPARENCY 253
Gdi::Gdi(ScummEngine *vm) {
memset(this, 0, sizeof(*this));