aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/scene.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/scene.h')
-rw-r--r--engines/mads/scene.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/mads/scene.h b/engines/mads/scene.h
index 4b822d111b..71bfe317d9 100644
--- a/engines/mads/scene.h
+++ b/engines/mads/scene.h
@@ -30,6 +30,7 @@
#include "mads/msurface.h"
#include "mads/scene_data.h"
#include "mads/animation.h"
+#include "mads/sequence.h"
namespace MADS {
@@ -84,7 +85,7 @@ public:
DynamicHotspots _dynamicHotspots;
byte *_vocabBuffer;
Common::Array<int> _activeVocabs;
- Common::Array<SequenceEntry> _sequences;
+ SequenceList _sequences;
Common::Array<KernelMessage> _messages;
Common::String _talkFont;
int _textSpacing;