aboutsummaryrefslogtreecommitdiff
path: root/engines/composer/composer.h
diff options
context:
space:
mode:
authorAlyssa Milburn2011-11-05 18:33:52 +0100
committerAlyssa Milburn2011-11-05 18:33:52 +0100
commit5e2ab1d05073058628dabd2826f60b72154da8b4 (patch)
tree23f300907eaa3c94fbebe0d6291011229bb4d15b /engines/composer/composer.h
parent21fa7bda57c2656db5abd68fdabe0bcd5f292e18 (diff)
downloadscummvm-rg350-5e2ab1d05073058628dabd2826f60b72154da8b4.tar.gz
scummvm-rg350-5e2ab1d05073058628dabd2826f60b72154da8b4.tar.bz2
scummvm-rg350-5e2ab1d05073058628dabd2826f60b72154da8b4.zip
COMPOSER: Don't delete pipe streams too early.
Diffstat (limited to 'engines/composer/composer.h')
-rw-r--r--engines/composer/composer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/composer/composer.h b/engines/composer/composer.h
index cebe977517..0f53258289 100644
--- a/engines/composer/composer.h
+++ b/engines/composer/composer.h
@@ -186,6 +186,7 @@ private:
Common::Array<QueuedScript> _queuedScripts;
Common::List<Animation *> _anims;
Common::List<Pipe *> _pipes;
+ Common::Array<Common::SeekableReadStream *> _pipeStreams;
Common::HashMap<uint16, Common::Array<RandomEvent> > _randomEvents;