aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2004-09-13 12:30:16 +0000
committerTravis Howell2004-09-13 12:30:16 +0000
commit0ede5ca36e9c44d47da448ca173440a9d664579b (patch)
tree0080eecd65d79ad46cfee89d53be9021fc4f32e6
parent576ba76c03dad976211d5c813f926354afb5415b (diff)
downloadscummvm-rg350-0ede5ca36e9c44d47da448ca173440a9d664579b.tar.gz
scummvm-rg350-0ede5ca36e9c44d47da448ca173440a9d664579b.tar.bz2
scummvm-rg350-0ede5ca36e9c44d47da448ca173440a9d664579b.zip
Remove debug
svn-id: r15093
-rw-r--r--scumm/akos.cpp2
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 {