From 84f30344060ef382efa7d86fa8f7e55859e82421 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Wed, 6 Jan 2010 15:23:33 +0000 Subject: - Move openStreamFile from AudioStream to SeekableAudioStream. - Fix documentation of openStreamFile. svn-id: r47080 --- engines/sword1/animation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sword1') diff --git a/engines/sword1/animation.cpp b/engines/sword1/animation.cpp index 80e8573c44..706bee4b92 100644 --- a/engines/sword1/animation.cpp +++ b/engines/sword1/animation.cpp @@ -87,7 +87,7 @@ bool MoviePlayer::load(uint32 id) { char filename[20]; if (_decoderType == kVideoDecoderDXA) { - _bgSoundStream = Audio::AudioStream::openStreamFile(sequenceList[id]); + _bgSoundStream = Audio::SeekableAudioStream::openStreamFile(sequenceList[id]); } else { _bgSoundStream = NULL; } -- cgit v1.2.3