svn-id: r6877
This commit is contained in:
Max Horn 2003-03-28 23:08:36 +00:00
parent e0a880addb
commit af2e2fff7a
3 changed files with 13 additions and 5 deletions

View file

@ -2949,6 +2949,8 @@ void Scumm_v6::o6_unknownE1() {
}
// FIXME: something is wrong, it take wrong position or wrong buffer check
// Fingolfin says: the vs->tdirty[0] makes no sense to me at all, what is this
// supposed to do ?!?
int offset = (y - vs->topline) * _realWidth + x + vs->tdirty[0];
byte area = *(getResourceAddress(rtBuffer, vs->number + 1) + offset);