git being annoying

This commit is contained in:
Chris Young 2013-05-12 19:38:49 +01:00
parent c2783ac1d4
commit 32df2bebdd
1 changed files with 1 additions and 2 deletions

View File

@ -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);