diff options
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/sound.cpp | 2 |
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) { |