summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2013-05-12 19:38:49 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2013-05-12 20:36:41 +0100
commit32df2bebdde7654178d120ad090f9966f1beaa10 (patch)
tree60bcc7dbd3c87c95eea3f84f69f7eef4b7bda0a3
parentc2783ac1d45ddc44953629203e9a3feba0fd41ee (diff)
downloadnetsurf-32df2bebdde7654178d120ad090f9966f1beaa10.tar.gz
netsurf-32df2bebdde7654178d120ad090f9966f1beaa10.tar.bz2
git being annoying
-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);