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, 1 insertions, 1 deletions
diff --git a/scumm/smush/smush_mixer.h b/scumm/smush/smush_mixer.h
index 051303997e..b46366d182 100644
--- a/scumm/smush/smush_mixer.h
+++ b/scumm/smush/smush_mixer.h
@@ -39,7 +39,7 @@ private:
struct channels {
int id;
SmushChannel *chan;
- PlayingSoundHandle handle;
+ SoundHandle handle;
AppendableAudioStream *stream;
} _channels[NUM_CHANNELS];