diff options
Diffstat (limited to 'scumm/scumm.cpp')
-rw-r--r-- | scumm/scumm.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp index ff270a6760..f53e05daa0 100644 --- a/scumm/scumm.cpp +++ b/scumm/scumm.cpp @@ -1175,6 +1175,7 @@ ScummEngine_v70he::ScummEngine_v70he(GameDetector *detector, OSystem *syst, cons _heSndChannel = 0; _heSndFlags = 0; _heSndSoundFreq = 0; + _heSBNGId = 0; } #pragma mark - |