aboutsummaryrefslogtreecommitdiff
path: root/object.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'object.cpp')
-rw-r--r--object.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/object.cpp b/object.cpp
index efb7602fa8..84595dc463 100644
--- a/object.cpp
+++ b/object.cpp
@@ -1165,7 +1165,7 @@ void Scumm::drawEnqueuedObject(EnqueuedObject *eo) {
bdd.out = getResourceAddress(rtBuffer, vs->number+1) + vs->xstart;
bdd.outwidth = 320;
bdd.outheight = vs->height;
- bdd.dataptr = bomp + 18;
+ bdd.dataptr = bomp + 10;
bdd.x = eo->x;
bdd.y = eo->y;
bdd.scale_x = (unsigned char)eo->j;