aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v72he.cpp
diff options
context:
space:
mode:
authorTravis Howell2006-01-15 06:54:31 +0000
committerTravis Howell2006-01-15 06:54:31 +0000
commit0e88d466ec9d06e85818597cf49f72db31a61d95 (patch)
treeb04eb2a86a305bfa3d41a37a1a62c288293cf995 /scumm/script_v72he.cpp
parent28741ffb41f226b03d4267d9abd76819804fe2b3 (diff)
downloadscummvm-rg350-0e88d466ec9d06e85818597cf49f72db31a61d95.tar.gz
scummvm-rg350-0e88d466ec9d06e85818597cf49f72db31a61d95.tar.bz2
scummvm-rg350-0e88d466ec9d06e85818597cf49f72db31a61d95.zip
Cleanup unused parts of HE sound code.
svn-id: r20039
Diffstat (limited to 'scumm/script_v72he.cpp')
-rw-r--r--scumm/script_v72he.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/script_v72he.cpp b/scumm/script_v72he.cpp
index de9f1d43df..1df1f80c5d 100644
--- a/scumm/script_v72he.cpp
+++ b/scumm/script_v72he.cpp
@@ -1135,7 +1135,6 @@ void ScummEngine_v72he::o72_actorOps() {
for (i = 0; i < k; ++i) {
a->setUserCondition(args[i] & 0x7F, args[i] & 0x80);
}
- debug(1,"o72_actorOps: case 21 (%d)", k);
break;
case 24: // HE 80+
k = pop();