Previous 199869 Revisions Next

r31306 Thursday 17th July, 2014 at 18:46:50 UTC by Wilbert Pol
RB's better fix for silencing a compiler warning (nw)
[src/osd/sdl]drawogl.c

trunk/src/osd/sdl/drawogl.c
r31305r31306
11301130   render_primitive *prim;
11311131   texture_info *texture=NULL;
11321132   float vofs, hofs;
1133   int  pendingPrimitive=GL_NO_PRIMITIVE, curPrimitive=GL_NO_PRIMITIVE, scrnum = 0, is_vector;
1133   int  pendingPrimitive=GL_NO_PRIMITIVE, curPrimitive=GL_NO_PRIMITIVE, scrnum, is_vector;
11341134   const screen_device *screen;
11351135
11361136   if (video_config.novideo)
r31305r31306
11581158            }
11591159            break;
11601160         }
1161         else
1162         {
1163            scrnum++;
1164         }
11651161      }
11661162   }
11671163#endif

Previous 199869 Revisions Next


© 1997-2024 The MAME Team