diff options
author | Travis Howell | 2004-09-13 12:30:16 +0000 |
---|---|---|
committer | Travis Howell | 2004-09-13 12:30:16 +0000 |
commit | 0ede5ca36e9c44d47da448ca173440a9d664579b (patch) | |
tree | 0080eecd65d79ad46cfee89d53be9021fc4f32e6 | |
parent | 576ba76c03dad976211d5c813f926354afb5415b (diff) | |
download | scummvm-rg350-0ede5ca36e9c44d47da448ca173440a9d664579b.tar.gz scummvm-rg350-0ede5ca36e9c44d47da448ca173440a9d664579b.tar.bz2 scummvm-rg350-0ede5ca36e9c44d47da448ca173440a9d664579b.zip |
Remove debug
svn-id: r15093
-rw-r--r-- | scumm/akos.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scumm/akos.cpp b/scumm/akos.cpp index 70b9120ab8..796f735104 100644 --- a/scumm/akos.cpp +++ b/scumm/akos.cpp @@ -1222,8 +1222,6 @@ byte AkosRenderer::codec16(int xmoveCur, int ymoveCur) { byte AkosRenderer::codec32(int xmoveCur, int ymoveCur) { Common::Rect clip, src, dst; - debug(0, "codec32(%d, %d)", xmoveCur, ymoveCur); - if (!_mirror) { dst.left = (_actorX - xmoveCur - _width) + 1; } else { |