aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2006-06-18 10:54:54 +0000
committerTravis Howell2006-06-18 10:54:54 +0000
commit31e7efc1673455498b5326c57121edd74610230d (patch)
tree42fd11ff457753530115b7872d393c4eb4c84c2e
parent49b3f8f5391f1aaa2739a8bb355474c5d07aa661 (diff)
downloadscummvm-rg350-31e7efc1673455498b5326c57121edd74610230d.tar.gz
scummvm-rg350-31e7efc1673455498b5326c57121edd74610230d.tar.bz2
scummvm-rg350-31e7efc1673455498b5326c57121edd74610230d.zip
Remove debug left over
svn-id: r23172
-rw-r--r--engines/scumm/he/script_v72he.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/scumm/he/script_v72he.cpp b/engines/scumm/he/script_v72he.cpp
index 89619a9c10..50a4ab9a1f 100644
--- a/engines/scumm/he/script_v72he.cpp
+++ b/engines/scumm/he/script_v72he.cpp
@@ -1087,8 +1087,6 @@ void ScummEngine_v72he::o72_actorOps() {
if (!a)
return;
- printf("o72_actorOps: Actor %d subOp %d\n", a->_number, subOp);
-
switch (subOp) {
case 21: // HE 80+
k = getStackList(args, ARRAYSIZE(args));