diff options
-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 { |