namcoic.c: Fixed incorrect road colours in tceptor2, finallap and others [Phil Bennett]

This commit is contained in:
Phil Bennett 2010-08-06 09:49:26 +00:00
parent 838591d832
commit 1df2d1546b

View File

@ -1527,7 +1527,7 @@ static const gfx_layout RoadTileLayout =
ROAD_TILE_SIZE, ROAD_TILE_SIZE,
ROAD_TILE_COUNT_MAX,
2,
{ NATIVE_ENDIAN_VALUE_LE_BE(0,8), NATIVE_ENDIAN_VALUE_LE_BE(8,0) },
{ NATIVE_ENDIAN_VALUE_LE_BE(8,0), NATIVE_ENDIAN_VALUE_LE_BE(0,8) },
{/* x offset */
0x00,0x01,0x02,0x03,0x04,0x05,0x06,0x07,
0x10,0x11,0x12,0x13,0x14,0x15,0x16,0x17