aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
Diffstat (limited to 'scumm')
-rw-r--r--scumm/sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/sound.cpp b/scumm/sound.cpp
index 9da499b67e..046f43da20 100644
--- a/scumm/sound.cpp
+++ b/scumm/sound.cpp
@@ -848,7 +848,7 @@ void Sound::startSfxSound(File *file, int file_size, PlayingSoundHandle *handle)
if (file_size > 0) {
if (_vorbis_mode) {
#ifdef USE_VORBIS
- playSfxSound_Vorbis(_scumm->_mixer, file, file_size, handle);
+ _scumm->_mixer->playVorbis(handle, file, file_size);
#endif
} else {
#ifdef USE_MAD