aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
Diffstat (limited to 'scumm')
-rw-r--r--scumm/script_v2.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/scumm/script_v2.cpp b/scumm/script_v2.cpp
index 8919b83604..281af06af4 100644
--- a/scumm/script_v2.cpp
+++ b/scumm/script_v2.cpp
@@ -2417,12 +2417,6 @@ void Scumm::o6_soundKludge()
int16 list[16];
getStackList(list, sizeof(list) / sizeof(list[0]));
- /* (yazoo): I don't know enought about the sound code to
- * fix the looping sound bug. FIXME !*/
-
- if (list[1] == 163 && _gameId == GID_DIG)
- return;
-
_sound->soundKludge(list);
}