aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/sequence.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-03-20 21:59:43 -0400
committerPaul Gilbert2014-03-20 21:59:43 -0400
commit79f51c4ebd377ae91ec639ecf935c5fc4b2d2a32 (patch)
treea2fee7e218b589dbb6b9879e3072eb5402714cb1 /engines/mads/sequence.h
parent8df3da1556b05e5aab203125e0c61802e75b971f (diff)
downloadscummvm-rg350-79f51c4ebd377ae91ec639ecf935c5fc4b2d2a32.tar.gz
scummvm-rg350-79f51c4ebd377ae91ec639ecf935c5fc4b2d2a32.tar.bz2
scummvm-rg350-79f51c4ebd377ae91ec639ecf935c5fc4b2d2a32.zip
MADS: Minor initial sprite slots loading fixes, missing code from SequenceList::loadSprites
Diffstat (limited to 'engines/mads/sequence.h')
-rw-r--r--engines/mads/sequence.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/engines/mads/sequence.h b/engines/mads/sequence.h
index a62ad7ee7a..2645e62acc 100644
--- a/engines/mads/sequence.h
+++ b/engines/mads/sequence.h
@@ -62,9 +62,15 @@ struct SequenceEntry {
int _dynamicHotspotIndex;
bool _nonFixed;
- int _field13;
+ uint32 _flags;
Common::Point _msgPos;
+ int _field18;
+ int _field1A;
+ int _field1C;
+ int _field1E;
+ int _field20;
+ int _field22;
int _triggerCountdown;
bool _doneFlag;
SequenceSubEntries _entries;