From f4d609d72884fc19d48325bed5d0fe17cb9824b5 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Mon, 13 Sep 2004 13:07:35 +0000 Subject: Correction svn-id: r15095 --- scumm/akos.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scumm') diff --git a/scumm/akos.cpp b/scumm/akos.cpp index bee44d5d01..4f758057c3 100644 --- a/scumm/akos.cpp +++ b/scumm/akos.cpp @@ -1233,8 +1233,8 @@ byte AkosRenderer::codec32(int xmoveCur, int ymoveCur) { src.bottom = _height - 1; dst.top = _actorY + ymoveCur; - dst.right = dst.left + _width - 1; - dst.bottom = dst.top + _height - 1; + dst.right = dst.left + _width; + dst.bottom = dst.top + _height; dst.clip(_clipOverride); -- cgit v1.2.3