diff options
author | Travis Howell | 2006-03-12 04:19:03 +0000 |
---|---|---|
committer | Travis Howell | 2006-03-12 04:19:03 +0000 |
commit | 8602fe7432f709fe84fc64fd6ec840a2c3888e7e (patch) | |
tree | 18cd216677a15272c2a5f0a8f94e40ab2e591453 | |
parent | 3e72b26adc0d151e36106a3fb974fab4f36da1de (diff) | |
download | scummvm-rg350-8602fe7432f709fe84fc64fd6ec840a2c3888e7e.tar.gz scummvm-rg350-8602fe7432f709fe84fc64fd6ec840a2c3888e7e.tar.bz2 scummvm-rg350-8602fe7432f709fe84fc64fd6ec840a2c3888e7e.zip |
Revert mistaken commit of local debug code
svn-id: r21222
-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 939dba168c..3639c1c85a 100644 --- a/engines/scumm/he/script_v72he.cpp +++ b/engines/scumm/he/script_v72he.cpp @@ -1423,8 +1423,6 @@ void ScummEngine_v72he::o72_findObject() { int y = pop(); int x = pop(); int r = findObject(x, y, 0, 0); - - printf("o72_findObject: result is %d\n", r); push(r); } |