(From robiza)

Fix for blktiger060gre
This commit is contained in:
Aaron Giles 2008-01-08 06:55:31 +00:00
parent a3b57f5fd5
commit f7ea81a055

View File

@ -35,10 +35,10 @@ static TILE_GET_INFO( get_bg_tile_info )
{ {
/* the tile priority table is a guess compiled by looking at the game. It /* the tile priority table is a guess compiled by looking at the game. It
was not derived from a PROM so it could be wrong. */ was not derived from a PROM so it could be wrong. */
static const int split_table[16] = static const UINT8 split_table[16] =
{ {
3,0,2,2, /* the fourth could be 1 instead of 2 */ 3,3,0,0,
0,1,0,0, 0,0,0,0,
0,0,0,0, 0,0,0,0,
0,0,0,0 0,0,0,0
}; };