Previous 199869 Revisions Next

r24039 Tuesday 2nd July, 2013 at 02:56:52 UTC by Jonathan Gevaryahu
fix compile by commenting out unused variables (n/w)
[src/mame/drivers]seabattl.c

trunk/src/mame/drivers/seabattl.c
r24038r24039
259259   // bit 0: m.obj - pvi-bkg
260260   // bit 1: pvi-bkg - src.sm.obj
261261   // bit 2: m.obj - src.sm.obj
262   int colx = -1, coly = -1;
262   // TODO: are these variables needed? int colx = -1, coly = -1;
263263   for (y = cliprect.min_y; y <= cliprect.max_y; y++)
264264   {
265265      for (x = cliprect.min_x; x <= cliprect.max_x; x++)

Previous 199869 Revisions Next


© 1997-2024 The MAME Team