aboutsummaryrefslogtreecommitdiff
path: root/scumm/smush/smush_mixer.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/smush/smush_mixer.h')
-rw-r--r--scumm/smush/smush_mixer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/smush/smush_mixer.h b/scumm/smush/smush_mixer.h
index da6b4be6f7..73f83ae578 100644
--- a/scumm/smush/smush_mixer.h
+++ b/scumm/smush/smush_mixer.h
@@ -23,6 +23,7 @@
#define SMUSH_MIXER_H
#include "stdafx.h"
+#include "sound/audiostream.h"
#include "sound/mixer.h"
namespace Scumm {
@@ -40,6 +41,7 @@ private:
int id;
SmushChannel *chan;
PlayingSoundHandle handle;
+ AppendableAudioStream *stream;
} _channels[NUM_CHANNELS];
int _soundFrequency;