diff options
Diffstat (limited to 'scumm/sound.cpp')
-rw-r--r-- | scumm/sound.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/sound.cpp b/scumm/sound.cpp index bcccb6c6c6..588e204c7a 100644 --- a/scumm/sound.cpp +++ b/scumm/sound.cpp @@ -77,6 +77,7 @@ Sound::Sound(ScummEngine *parent) _currentMusic(0), _soundsPaused(false), _sfxMode(0), + _heMusic(0), _heMusicTracks(0) { memset(_heChannel, 0, sizeof(_heChannel)); |