aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/scumm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/scumm/scumm.cpp')
-rw-r--r--engines/scumm/scumm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/scumm.cpp b/engines/scumm/scumm.cpp
index a7add0ef84..c271cf74ed 100644
--- a/engines/scumm/scumm.cpp
+++ b/engines/scumm/scumm.cpp
@@ -1710,7 +1710,7 @@ load_game:
}
if (_game.heversion >= 80) {
- ((SoundHE *)_sound)->processSoundCode();
+ //((SoundHE *)_sound)->processSoundCode();
}
runAllScripts();
checkExecVerbs();