aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTravis Howell2005-02-14 09:00:30 +0000
committerTravis Howell2005-02-14 09:00:30 +0000
commita8520f4fe60b66b8793d5f237d6cb7b40bddaa66 (patch)
treef11ccf300e3f86cc652032366dec1946967f0c5a /scumm
parent993ae4a3e6d5ca6f195a7b2075b46f0bf6e356c3 (diff)
downloadscummvm-rg350-a8520f4fe60b66b8793d5f237d6cb7b40bddaa66.tar.gz
scummvm-rg350-a8520f4fe60b66b8793d5f237d6cb7b40bddaa66.tar.bz2
scummvm-rg350-a8520f4fe60b66b8793d5f237d6cb7b40bddaa66.zip
*** empty log message ***
svn-id: r16788
Diffstat (limited to 'scumm')
-rw-r--r--scumm/script_v100he.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/script_v100he.cpp b/scumm/script_v100he.cpp
index 3d3b3bc414..db8bd97936 100644
--- a/scumm/script_v100he.cpp
+++ b/scumm/script_v100he.cpp
@@ -1256,7 +1256,6 @@ void ScummEngine_v100he::o100_redim2dimArray() {
byte subOp = fetchScriptByte();
- printf("o100_redim2dimArray: a %d b %d c %d d %d\n", a, b, c, d);
switch (subOp) {
case 42:
redimArray(fetchScriptWord(), a, b, c, d, kIntArray);