aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/sprites.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-06-01 09:10:49 -0400
committerPaul Gilbert2014-06-01 09:10:49 -0400
commit7ab00631dd09fc9822b41b81fb53e06aeac0d5e4 (patch)
treed085c15b3c36059c0b350a6b36c6d92799305178 /engines/mads/sprites.h
parent01e61a2837cdf1f5acbe160ecd9f7b4410b45693 (diff)
downloadscummvm-rg350-7ab00631dd09fc9822b41b81fb53e06aeac0d5e4.tar.gz
scummvm-rg350-7ab00631dd09fc9822b41b81fb53e06aeac0d5e4.tar.bz2
scummvm-rg350-7ab00631dd09fc9822b41b81fb53e06aeac0d5e4.zip
MADS: Add enum for sprite asset loading flags
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;
};