aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTravis Howell2004-08-31 08:57:36 +0000
committerTravis Howell2004-08-31 08:57:36 +0000
commit6962e64fad3644f0d5639aa9fff7fdfe1c408a63 (patch)
tree5a83c6fc20cb4641049ed05b9fabd94f889a39e7 /scumm
parent3efe85f5cec5b0cc28a7b3365b644354a307ce0b (diff)
downloadscummvm-rg350-6962e64fad3644f0d5639aa9fff7fdfe1c408a63.tar.gz
scummvm-rg350-6962e64fad3644f0d5639aa9fff7fdfe1c408a63.tar.bz2
scummvm-rg350-6962e64fad3644f0d5639aa9fff7fdfe1c408a63.zip
*** empty log message ***
svn-id: r14849
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;