From e5f194d3646972e415f21f6b2bc540d8640dd412 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Tue, 3 Feb 2004 09:04:38 +0000 Subject: Fix compile. svn-id: r12720 --- 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 05a5210c3d..20837d34f1 100644 --- a/scumm/sound.cpp +++ b/scumm/sound.cpp @@ -833,7 +833,7 @@ void Sound::startSfxSound(File *file, int file_size, PlayingSoundHandle *handle, if (!input) { warning("startSfxSound failed to load sound"); - return 0; + return; } if (_vm->_imuseDigital) { -- cgit v1.2.3