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 e4ab81c99c..720909480b 100644
--- a/scumm/sound.cpp
+++ b/scumm/sound.cpp
@@ -1017,7 +1017,7 @@ void Sound::startSfxSound(File *file, int file_size, PlayingSoundHandle *handle,
#endif
break;
default:
- input = makeVOCStream(_sfxFile);
+ input = makeVOCStream(*_sfxFile);
}
if (!input) {