mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
Fix Indy4/MI2 crash due to VirtScroll code.
Cleanup \N's - For gods sake fix your CVS client :) svn-id: r4067
This commit is contained in:
@@ -237,7 +237,9 @@ void Scumm::CHARSET_1()
|
||||
string[0].ypos = ((a->new_1 - s) >> 1) + s - a->elevation + a->y;
|
||||
if (string[0].ypos < 1)
|
||||
string[0].ypos = 1;
|
||||
|
||||
if (string[0].ypos < camera._cur.y - 100)
|
||||
|
||||
string[0].ypos = camera._cur.y - 100;
|
||||
|
||||
s = a->scalex * a->new_2 / 0xFF;
|
||||
@@ -533,6 +535,7 @@ void Scumm::drawString(int a)
|
||||
}
|
||||
} else {
|
||||
if (a == 1 && (_features & GF_AFTER_V6))
|
||||
|
||||
if(string[a].no_talk_anim==0)
|
||||
charset._blitAlso = true;
|
||||
if (_features & GF_OLD256)
|
||||
|
||||
Reference in New Issue
Block a user