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:
parent
20e9ad5e23
commit
280136f13a
11 changed files with 98 additions and 113 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue