mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
Update x68k.c
MSCV2010 warning treated as error complains about this bool being potentially uninitialized.
This commit is contained in:
parent
b5ff93f158
commit
168ca86a3d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user