aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v7he.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/script_v7he.cpp')
-rw-r--r--scumm/script_v7he.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v7he.cpp b/scumm/script_v7he.cpp
index d9bf89a9ad..1ee92ea325 100644
--- a/scumm/script_v7he.cpp
+++ b/scumm/script_v7he.cpp
@@ -463,7 +463,7 @@ void ScummEngine_v70he::o70_startSound() {
_heSndSoundId = pop();
_heSndOffset = 0;
_heSndSoundFreq = 11025;
- _heSndChannel = VAR(VAR_MUSIC_CHANNEL);
+ _heSndChannel = VAR(VAR_SOUND_CHANNEL);
break;
case 245:
_heSndFlags |= 1;