summaryrefslogtreecommitdiff
path: root/riscos/png.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/png.c')
-rw-r--r--riscos/png.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/riscos/png.c b/riscos/png.c
index 96d049b59..8903159aa 100644
--- a/riscos/png.c
+++ b/riscos/png.c
@@ -325,7 +325,8 @@ void nspng_redraw(struct content *c, long x, long y,
xosspriteop_put_sprite_scaled(osspriteop_PTR,
c->data.png.sprite_area,
(osspriteop_id) (c->data.png.sprite_area + 1),
- x, y, os_ACTION_OVERWRITE, &factors, table);
+ x, y - c->height * 2,
+ os_ACTION_OVERWRITE, &factors, table);
xfree(table);
}