aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/sequence.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-05-24 19:25:31 -0400
committerPaul Gilbert2014-05-24 19:25:31 -0400
commit690d95640386e927a8767823edb2d1a594f26104 (patch)
tree2babdd9f7a4736bbff189afc1a29c66d341a682e /engines/mads/sequence.h
parent87f7c0cda3a7d3ce46d8ad0cb39ce33a0f40d557 (diff)
downloadscummvm-rg350-690d95640386e927a8767823edb2d1a594f26104.tar.gz
scummvm-rg350-690d95640386e927a8767823edb2d1a594f26104.tar.bz2
scummvm-rg350-690d95640386e927a8767823edb2d1a594f26104.zip
MADS: Properly implement sequence entry object movement
Diffstat (limited to 'engines/mads/sequence.h')
-rw-r--r--engines/mads/sequence.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/engines/mads/sequence.h b/engines/mads/sequence.h
index 71460ea4f6..ee587ff02d 100644
--- a/engines/mads/sequence.h
+++ b/engines/mads/sequence.h
@@ -69,12 +69,9 @@ struct SequenceEntry {
uint32 _flags;
Common::Point _position;
- int _field18;
- int _field1A;
- int _field1C;
- int _field1E;
- int _field20;
- int _field22;
+ Common::Point _posDiff;
+ Common::Point _posSign;
+ Common::Point _posAccum;
int _triggerCountdown;
bool _doneFlag;
SequenceSubEntries _entries;