aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2004-02-03 09:04:38 +0000
committerTravis Howell2004-02-03 09:04:38 +0000
commite5f194d3646972e415f21f6b2bc540d8640dd412 (patch)
tree02beae17204b16575acb2068392b62994673d1d0
parentf36710f8b4e5d28517fdcb35ac4fefbd15734be7 (diff)
downloadscummvm-rg350-e5f194d3646972e415f21f6b2bc540d8640dd412.tar.gz
scummvm-rg350-e5f194d3646972e415f21f6b2bc540d8640dd412.tar.bz2
scummvm-rg350-e5f194d3646972e415f21f6b2bc540d8640dd412.zip
Fix compile.
svn-id: r12720
-rw-r--r--scumm/sound.cpp2
1 files changed, 1 insertions, 1 deletions
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) {