aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) {