From 2deccf994969a896dfce6b07db478bcc3ec13d75 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 14 Aug 2004 19:52:20 +0000 Subject: [PATCH] Fix MI2 intro text colors svn-id: r14613 --- scumm/gfx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scumm/gfx.cpp b/scumm/gfx.cpp index e8482229bb3..82bbd57c11b 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));