aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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));