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

trunk/src/mame/drivers/coolridr.c
r22009r22010
20532053               const int pixelOffsetnextX = ((hPosition) + ((h+1)* 16 * hZoom)) / 0x40;
20542054
20552055               int blockwide = pixelOffsetnextX-pixelOffsetX;
2056               UINT32 incx = 0x8000000 / hZoom;
2056               UINT32 incx = 0x8000000 / (object->spriteblit[8] & 0x0000ffff);
20572057
20582058               if (pixelOffsetX+blockwide < clipminX)
20592059                  continue;

Previous 199869 Revisions Next


© 1997-2024 The MAME Team