From 647d8e8bcff2a64c8aa2cd19ed7a26cc54f77be6 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sun, 5 Sep 2004 09:41:16 +0000 Subject: Ooops svn-id: r14904 --- scumm/script_v72he.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/scumm/script_v72he.cpp b/scumm/script_v72he.cpp index 4351f2df7f..b3ec7cad4d 100644 --- a/scumm/script_v72he.cpp +++ b/scumm/script_v72he.cpp @@ -1627,7 +1627,6 @@ void ScummEngine_v72he::o72_pickVarRandom() { } void ScummEngine_v72he::o72_redimArray() { - printf("o72_redimArray\n"); int subcode, newX, newY; newY = pop(); newX = pop(); -- cgit v1.2.3