From 690d95640386e927a8767823edb2d1a594f26104 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 24 May 2014 19:25:31 -0400 Subject: MADS: Properly implement sequence entry object movement --- engines/mads/sequence.h | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'engines/mads/sequence.h') 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; -- cgit v1.2.3