From 3891c0fa39c35f84b6eea3ad5001125806160938 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 11 Dec 2004 23:34:34 +0000 Subject: change loadVOCFromStream to take a reference instead of a pointer (to a stream) svn-id: r16035 --- scumm/sound.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm') 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) { -- cgit v1.2.3