Previous 199869 Revisions Next

r31304 Thursday 17th July, 2014 at 18:26:59 UTC by Wilbert Pol
silence compiler warning (nw)
[src/osd/sdl]drawogl.c

trunk/src/osd/sdl/drawogl.c
r31303r31304
11301130   render_primitive *prim;
11311131   texture_info *texture=NULL;
11321132   float vofs, hofs;
1133   int  pendingPrimitive=GL_NO_PRIMITIVE, curPrimitive=GL_NO_PRIMITIVE, scrnum, is_vector;
1133   int  pendingPrimitive=GL_NO_PRIMITIVE, curPrimitive=GL_NO_PRIMITIVE, scrnum = 0, is_vector;
11341134   const screen_device *screen;
11351135
11361136   if (video_config.novideo)

Previous 199869 Revisions Next


© 1997-2024 The MAME Team