diff options
| author | Max Horn | 2010-01-08 22:06:04 +0000 |
|---|---|---|
| committer | Max Horn | 2010-01-08 22:06:04 +0000 |
| commit | 474d49946f5254bff7ac6a490fcc3b02655fae23 (patch) | |
| tree | 127da7f0a99049771e33e60417359fafe9ee77d6 /engines/tinsel | |
| parent | 7efba850648777d2d562bfccf2f14868816d6391 (diff) | |
| download | scummvm-rg350-474d49946f5254bff7ac6a490fcc3b02655fae23.tar.gz scummvm-rg350-474d49946f5254bff7ac6a490fcc3b02655fae23.tar.bz2 scummvm-rg350-474d49946f5254bff7ac6a490fcc3b02655fae23.zip | |
Rename QueuedAudioStream to QueuingAudioStream
svn-id: r47179
Diffstat (limited to 'engines/tinsel')
| -rw-r--r-- | engines/tinsel/bmv.cpp | 2 | ||||
| -rw-r--r-- | engines/tinsel/bmv.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/engines/tinsel/bmv.cpp b/engines/tinsel/bmv.cpp index 0a6e6536a0..0bb13c2fab 100644 --- a/engines/tinsel/bmv.cpp +++ b/engines/tinsel/bmv.cpp @@ -423,7 +423,7 @@ void BMVPlayer::MoviePalette(int paletteOffset) { } void BMVPlayer::InitialiseMovieSound() { - _audioStream = Audio::makeQueuedAudioStream(22050, true); + _audioStream = Audio::makeQueuingAudioStream(22050, true); audioStarted = false; } diff --git a/engines/tinsel/bmv.h b/engines/tinsel/bmv.h index 82aadd5748..a0359d497d 100644 --- a/engines/tinsel/bmv.h +++ b/engines/tinsel/bmv.h @@ -113,7 +113,7 @@ class BMVPlayer { bool audioStarted; - Audio::QueuedAudioStream *_audioStream; + Audio::QueuingAudioStream *_audioStream; Audio::SoundHandle _audioHandle; int nextMaintain; |
