summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--riscos/png.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/png.c b/riscos/png.c
index 73d581dc5..988e39704 100644
--- a/riscos/png.c
+++ b/riscos/png.c
@@ -234,7 +234,7 @@ void nspng_redraw(struct content *c, long x, long y,
_swix(Tinct_PlotScaledAlpha, _IN(2) | _IN(3) | _IN(4) | _IN(5) | _IN(6) | _IN(7),
((char *) c->data.png.sprite_area + c->data.png.sprite_area->first),
x, (int)(y - height),
- width / 2, height / 2, // [hack until Tinct is fixed] - rjw
+ width, height,
(option_filter_sprites?0:(1<<1)) | (option_dither_sprites?0:(1<<2)));
}
#endif