Previous 199869 Revisions Next

r32840 Monday 20th October, 2014 at 18:40:45 UTC by David Viens
Update x68k.c

MSCV2010 warning treated as error complains about this bool being potentially uninitialized.
[src/mess/video]x68k.c

trunk/src/mess/video/x68k.c
r241351r241352
890890void x68k_state::x68k_draw_gfx(bitmap_rgb32 &bitmap,rectangle cliprect)
891891{
892892   int priority, scanline, pixel;
893   bool gfxblend;
893   bool gfxblend=false;
894894   //rectangle rect;
895895   //int xscr,yscr;
896896   //int gpage;


Previous 199869 Revisions Next


© 1997-2024 The MAME Team