aboutsummaryrefslogtreecommitdiff
path: root/engines/director/cast.h
diff options
context:
space:
mode:
authorstevenhoefel2017-04-06 14:55:15 +1000
committerstevenhoefel2017-04-06 14:55:15 +1000
commit90e97f7069cf05df5da75eade74ac18380622895 (patch)
tree48752c5869d5c993233d6015859a4f3844e8cc2b /engines/director/cast.h
parent514871316f15bb1826d22a9125a397800088fb9f (diff)
downloadscummvm-rg350-90e97f7069cf05df5da75eade74ac18380622895.tar.gz
scummvm-rg350-90e97f7069cf05df5da75eade74ac18380622895.tar.bz2
scummvm-rg350-90e97f7069cf05df5da75eade74ac18380622895.zip
DIRECTOR: Further work loading assets from D5 Movies.
Diffstat (limited to 'engines/director/cast.h')
-rw-r--r--engines/director/cast.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/director/cast.h b/engines/director/cast.h
index f304456e12..69641b553d 100644
--- a/engines/director/cast.h
+++ b/engines/director/cast.h
@@ -59,7 +59,7 @@ public:
class BitmapCast : public Cast {
public:
- BitmapCast(Common::ReadStreamEndian &stream, uint16 version = 2);
+ BitmapCast(Common::ReadStreamEndian &stream, uint32 castTag, uint16 version = 2);
uint16 regX;
uint16 regY;
@@ -68,6 +68,8 @@ public:
uint16 unk1, unk2;
uint16 bitsPerPixel;
+
+ uint32 tag;
};
enum ShapeType {