aboutsummaryrefslogtreecommitdiff
path: root/scumm/sound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/sound.cpp')
-rw-r--r--scumm/sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/sound.cpp b/scumm/sound.cpp
index f0380b5bd6..1c94cbe2ce 100644
--- a/scumm/sound.cpp
+++ b/scumm/sound.cpp
@@ -668,7 +668,7 @@ void Sound::startHETalkSound(uint32 offset) {
addSoundToQueue2(1, 0, channel, 0);
}
-void Sound::startTalkSound(uint32 offset, uint32 b, int mode, SoundHandle *handle) {
+void Sound::startTalkSound(uint32 offset, uint32 b, int mode, Audio::SoundHandle *handle) {
int num = 0, i;
int size = 0;
int id = -1;