diff options
| -rw-r--r-- | engines/scumm/he/script_v72he.cpp | 2 | 
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));  | 
