aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/smush/smush_mixer.h
diff options
context:
space:
mode:
authorMax Horn2010-01-08 22:10:19 +0000
committerMax Horn2010-01-08 22:10:19 +0000
commitc4892593538887d36858cbba609dbe34a4b60792 (patch)
treee4706acc9612b33677a1ab6ef03e3769ad12f347 /engines/scumm/smush/smush_mixer.h
parentf720d99b0a4fdc97d4d5c01b8c4db43c318c62b1 (diff)
downloadscummvm-rg350-c4892593538887d36858cbba609dbe34a4b60792.tar.gz
scummvm-rg350-c4892593538887d36858cbba609dbe34a4b60792.tar.bz2
scummvm-rg350-c4892593538887d36858cbba609dbe34a4b60792.zip
Switch SCUMM from AppendableAudioStream to QueuingAudioStream
svn-id: r47183
Diffstat (limited to 'engines/scumm/smush/smush_mixer.h')
-rw-r--r--engines/scumm/smush/smush_mixer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/smush/smush_mixer.h b/engines/scumm/smush/smush_mixer.h
index 0bf6de2762..c7a7354511 100644
--- a/engines/scumm/smush/smush_mixer.h
+++ b/engines/scumm/smush/smush_mixer.h
@@ -44,7 +44,7 @@ private:
int id;
SmushChannel *chan;
Audio::SoundHandle handle;
- Audio::AppendableAudioStream *stream;
+ Audio::QueuingAudioStream *stream;
} _channels[NUM_CHANNELS];
int _soundFrequency;