summaryrefslogtreecommitdiff
path: root/amiga/plotters.c
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/plotters.c')
-rwxr-xr-xamiga/plotters.c3
1 files changed, 1 insertions, 2 deletions
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);