mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-30 23:43:10 +00:00
Another akos codec 5 fix
svn-id: r4061
This commit is contained in:
parent
4795a042a5
commit
342a21911e
4
akos.cpp
4
akos.cpp
@ -941,8 +941,8 @@ void Scumm::akos_codec5(AkosRenderer * ar)
|
|||||||
if(left > max_width)
|
if(left > max_width)
|
||||||
left -= left - max_width;
|
left -= left - max_width;
|
||||||
|
|
||||||
ar->draw_top = top;
|
ar->draw_top = 0;
|
||||||
ar->draw_bottom = bottom;
|
ar->draw_bottom = 200;
|
||||||
|
|
||||||
updateDirtyRect(0, left, right+1, top, bottom+1, 1 << ar->dirty_id);
|
updateDirtyRect(0, left, right+1, top, bottom+1, 1 << ar->dirty_id);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user