aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/sound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hdb/sound.cpp')
-rw-r--r--engines/hdb/sound.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/hdb/sound.cpp b/engines/hdb/sound.cpp
index c1a702584a..1b42cf606d 100644
--- a/engines/hdb/sound.cpp
+++ b/engines/hdb/sound.cpp
@@ -1408,6 +1408,7 @@ const SoundLookUp soundList[] = {
Sound::Sound() {
_sfxVolume = 255;
_musicVolume = 255;
+ _numSounds = 0;
}
void Sound::test() {