cleanup
svn-id: r6877
This commit is contained in:
parent
e0a880addb
commit
af2e2fff7a
3 changed files with 13 additions and 5 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue