aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/sprites.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/sprites.h')
-rw-r--r--engines/mads/sprites.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/mads/sprites.h b/engines/mads/sprites.h
index 324122e348..6ea3c9e52e 100644
--- a/engines/mads/sprites.h
+++ b/engines/mads/sprites.h
@@ -117,6 +117,7 @@ public:
virtual ~MSprite();
Common::Point _offset;
+ int _transparencyIndex;
byte getTransparencyIndex() const;
};