diff options
-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 20837d34f1..47e37eac3a 100644 --- a/scumm/sound.cpp +++ b/scumm/sound.cpp @@ -815,7 +815,7 @@ void Sound::pauseSounds(bool pause) { void Sound::startSfxSound(File *file, int file_size, PlayingSoundHandle *handle, int id) { - AudioStream *input; + AudioStream *input = 0; if (file_size > 0) { if (_vorbis_mode) { |