Previous | 199869 Revisions | Next |
r22010 Thursday 21st March, 2013 at 23:54:07 UTC by R. Belmont |
---|
coolridr: work around miscompile on newer versions of Clang [Phil Bennett] |
[src/mame/drivers] | coolridr.c |
r22009 | r22010 | |
---|---|---|
2053 | 2053 | const int pixelOffsetnextX = ((hPosition) + ((h+1)* 16 * hZoom)) / 0x40; |
2054 | 2054 | |
2055 | 2055 | int blockwide = pixelOffsetnextX-pixelOffsetX; |
2056 | UINT32 incx = 0x8000000 / | |
2056 | UINT32 incx = 0x8000000 / (object->spriteblit[8] & 0x0000ffff); | |
2057 | 2057 | |
2058 | 2058 | if (pixelOffsetX+blockwide < clipminX) |
2059 | 2059 | continue; |
Previous | 199869 Revisions | Next |