mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-28 12:46:56 +00:00
*** empty log message ***
svn-id: r14849
This commit is contained in:
parent
3efe85f5ce
commit
6962e64fad
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user