aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v6.cpp
diff options
context:
space:
mode:
authorMax Horn2003-03-28 23:08:36 +0000
committerMax Horn2003-03-28 23:08:36 +0000
commitaf2e2fff7a1791619504a76695613673bb61714a (patch)
treef4d9df7779c5e15a63705739ff2e67fb742bc243 /scumm/script_v6.cpp
parente0a880addbe60f57be441a79db99cc0234eb903e (diff)
downloadscummvm-rg350-af2e2fff7a1791619504a76695613673bb61714a.tar.gz
scummvm-rg350-af2e2fff7a1791619504a76695613673bb61714a.tar.bz2
scummvm-rg350-af2e2fff7a1791619504a76695613673bb61714a.zip
cleanup
svn-id: r6877
Diffstat (limited to 'scumm/script_v6.cpp')
-rw-r--r--scumm/script_v6.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/script_v6.cpp b/scumm/script_v6.cpp
index 009415172c..378ba4e96e 100644
--- a/scumm/script_v6.cpp
+++ b/scumm/script_v6.cpp
@@ -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);