aboutsummaryrefslogtreecommitdiff
path: root/scumm/smush
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/smush')
-rw-r--r--scumm/smush/smush_mixer.h2
-rw-r--r--scumm/smush/smush_player.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/scumm/smush/smush_mixer.h b/scumm/smush/smush_mixer.h
index 0f6417f721..cff529b5c6 100644
--- a/scumm/smush/smush_mixer.h
+++ b/scumm/smush/smush_mixer.h
@@ -39,7 +39,7 @@ private:
struct channels {
int id;
SmushChannel *chan;
- SoundHandle handle;
+ Audio::SoundHandle handle;
AppendableAudioStream *stream;
} _channels[NUM_CHANNELS];
diff --git a/scumm/smush/smush_player.h b/scumm/smush/smush_player.h
index dc57258dbf..7b6b4ded18 100644
--- a/scumm/smush/smush_player.h
+++ b/scumm/smush/smush_player.h
@@ -56,10 +56,10 @@ private:
bool _skips[37];
int32 _frame;
- SoundHandle _IACTchannel;
+ Audio::SoundHandle _IACTchannel;
AppendableAudioStream *_IACTstream;
- SoundHandle _compressedFileSoundHandle;
+ Audio::SoundHandle _compressedFileSoundHandle;
bool _compressedFileMode;
Common::File _compressedFile;
byte _IACToutput[4096];