fastlane: fixed score layer color [Jotego, Angelo Salese]

This commit is contained in:
hap 2021-10-18 21:21:46 +02:00
parent 08ee39da70
commit 391165bd80

View File

@ -75,7 +75,7 @@ TILE_GET_INFO_MEMBER(fastlane_state::get_tile_info1)
tileinfo.set(0,
code+bank*256,
0 + 64 * (attr & 0x0f),
1 + 64 * (attr & 0x0f),
0);
}