diff options
author | Travis Howell | 2004-09-05 09:41:16 +0000 |
---|---|---|
committer | Travis Howell | 2004-09-05 09:41:16 +0000 |
commit | 647d8e8bcff2a64c8aa2cd19ed7a26cc54f77be6 (patch) | |
tree | a6f24338caa3573d3536fcfc5b3512f542d0a887 /scumm | |
parent | 6b09826b33a44f0b8c0f802fdcfef437695f86af (diff) | |
download | scummvm-rg350-647d8e8bcff2a64c8aa2cd19ed7a26cc54f77be6.tar.gz scummvm-rg350-647d8e8bcff2a64c8aa2cd19ed7a26cc54f77be6.tar.bz2 scummvm-rg350-647d8e8bcff2a64c8aa2cd19ed7a26cc54f77be6.zip |
Ooops
svn-id: r14904
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/script_v72he.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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(); |