aboutsummaryrefslogtreecommitdiff
path: root/engines/sword1
diff options
context:
space:
mode:
authorMax Horn2007-02-25 00:09:22 +0000
committerMax Horn2007-02-25 00:09:22 +0000
commitdd26444b72767e58b0a7b0c5c6c677af5377792f (patch)
treea587f033d5ce23e86ccd5041762c2b739fe2104d /engines/sword1
parent9823cbe1ea724f7fbadd11676d082ce97e298078 (diff)
downloadscummvm-rg350-dd26444b72767e58b0a7b0c5c6c677af5377792f.tar.gz
scummvm-rg350-dd26444b72767e58b0a7b0c5c6c677af5377792f.tar.bz2
scummvm-rg350-dd26444b72767e58b0a7b0c5c6c677af5377792f.zip
oops
svn-id: r25842
Diffstat (limited to 'engines/sword1')
-rw-r--r--engines/sword1/animation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword1/animation.cpp b/engines/sword1/animation.cpp
index 3cc756545a..b27bc15d0d 100644
--- a/engines/sword1/animation.cpp
+++ b/engines/sword1/animation.cpp
@@ -166,7 +166,7 @@ bool MoviePlayer::load(uint32 id) {
oggSource->seek( header[SwordEngine::_systemVars.language * 2 + 0 + segCnt * 14]);
uint32 segSize = header[SwordEngine::_systemVars.language * 2 + 1 + segCnt * 14];
Common::MemoryReadStream *stream = oggSource->readStream(segSize);
- Audio::AudioStream *apStream = Audio::makeVorbisStream(streamm true);
+ Audio::AudioStream *apStream = Audio::makeVorbisStream(stream, true);
if (!apStream)
error("Can't create Vorbis Stream from file %s", sndName);
sStream->appendStream(apStream);