Merge pull request #2 from plgDavid/patch-2

Update x68k.c
This commit is contained in:
Miodrag Milanović 2014-10-20 20:47:36 +02:00
commit 52de139f87

View File

@ -890,7 +890,7 @@ bool x68k_state::x68k_draw_gfx_scanline( bitmap_ind16 &bitmap, rectangle cliprec
void x68k_state::x68k_draw_gfx(bitmap_rgb32 &bitmap,rectangle cliprect)
{
int priority, scanline, pixel;
bool gfxblend;
bool gfxblend=false;
//rectangle rect;
//int xscr,yscr;
//int gpage;