From a92e5930ffbcb178a2d2420ee2f6d4834ffa90e1 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 28 May 2013 16:44:46 +0100 Subject: fixup issues with new options API merge --- riscos/image.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'riscos/image.c') diff --git a/riscos/image.c b/riscos/image.c index ae2534f4c..56feb2b96 100644 --- a/riscos/image.c +++ b/riscos/image.c @@ -69,8 +69,8 @@ bool image_redraw(osspriteop_area *area, int x, int y, int req_width, req_height *= 2; width *= 2; height *= 2; - tinct_options = background ? nsoption_int(bg_plot_style) : - nsoption_int(fg_plot_style); + tinct_options = background ? nsoption_int(plot_bg_quality) : + nsoption_int(plot_fg_quality); switch (type) { case IMAGE_PLOT_TINCT_ALPHA: return image_redraw_tinct(header, x, y, -- cgit v1.2.3