aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
Diffstat (limited to 'scumm')
-rw-r--r--scumm/akos.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/scumm/akos.cpp b/scumm/akos.cpp
index 1d5080976e..b2f579b879 100644
--- a/scumm/akos.cpp
+++ b/scumm/akos.cpp
@@ -730,7 +730,6 @@ byte AkosRenderer::codec1(int xmoveCur, int ymoveCur) {
rect.top = cur_y;
rect.bottom = cur_y + _height;
- rect.bottom = 400;
startScaleIndexX = value;
startScaleIndexY = value;
@@ -1011,7 +1010,6 @@ byte AkosRenderer::codec16(int xmoveCur, int ymoveCur) {
clip.top = _actorY + ymoveCur;
clip.right = clip.left + _width;
clip.bottom = clip.top + _height;
- clip.bottom = 400;
maxw = _outwidth;
maxh = _outheight;