Another akos codec 5 fix

svn-id: r4061
This commit is contained in:
Vincent Hamm 2002-04-23 14:58:53 +00:00
parent 4795a042a5
commit 342a21911e

View File

@ -941,8 +941,8 @@ void Scumm::akos_codec5(AkosRenderer * ar)
if(left > max_width)
left -= left - max_width;
ar->draw_top = top;
ar->draw_bottom = bottom;
ar->draw_top = 0;
ar->draw_bottom = 200;
updateDirtyRect(0, left, right+1, top, bottom+1, 1 << ar->dirty_id);