From 32df2bebdde7654178d120ad090f9966f1beaa10 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 12 May 2013 19:38:49 +0100 Subject: git being annoying --- amiga/plotters.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'amiga') diff --git a/amiga/plotters.c b/amiga/plotters.c index 884b1ce78..8a1ce4d68 100755 --- a/amiga/plotters.c +++ b/amiga/plotters.c @@ -169,8 +169,7 @@ void ami_init_layers(struct gui_globals *gg, ULONG width, ULONG height) * hard lockup or odd/missing graphical effects. */ - if(depth == 32) - friend = scrn->RastPort.BitMap; + if(depth == 32) friend = scrn->RastPort.BitMap; } if(nsoption_int(redraw_tile_size_x) <= 0) nsoption_set_int(redraw_tile_size_x, scrn->Width); -- cgit v1.2.3