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.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/scumm/script_v7he.cpp b/scumm/script_v7he.cpp
index d024c9d0fa..0d3720c073 100644
--- a/scumm/script_v7he.cpp
+++ b/scumm/script_v7he.cpp
@@ -486,6 +486,12 @@ void ScummEngine_v7he::o7_startSound() {
op = fetchScriptByte();
switch (op) {
+ case 9:
+ _heSndLoop |= 4;
+ break;
+ case 164:
+ _heSndLoop |= 2;
+ break;
case 224:
_heSndSoundFreq = pop();
break;