diff options
-rw-r--r-- | scumm/script_v100he.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/script_v100he.cpp b/scumm/script_v100he.cpp index cc708236de..0b2f1f8e65 100644 --- a/scumm/script_v100he.cpp +++ b/scumm/script_v100he.cpp @@ -1703,6 +1703,7 @@ void ScummEngine_v100he::o100_startSound() { _heSndOffset = 0; _heSndSoundFreq = 11025; _heSndChannel = VAR(VAR_MUSIC_CHANNEL); + _heSndFlags = 0; break; case 133: _heSndFlags |= 128; |