| 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 |
| r24038 | r24039 | |
|---|---|---|
| 259 | 259 | // bit 0: m.obj - pvi-bkg |
| 260 | 260 | // bit 1: pvi-bkg - src.sm.obj |
| 261 | 261 | // bit 2: m.obj - src.sm.obj |
| 262 | int colx = -1, coly = -1; | |
| 262 | // TODO: are these variables needed? int colx = -1, coly = -1; | |
| 263 | 263 | for (y = cliprect.min_y; y <= cliprect.max_y; y++) |
| 264 | 264 | { |
| 265 | 265 | for (x = cliprect.min_x; x <= cliprect.max_x; x++) |
| Previous | 199869 Revisions | Next |