mirror of
https://github.com/holub/mame
synced 2025-04-20 15:32:45 +03:00
nycaptor: fix priority bug on spot 22 [dink]
This commit is contained in:
parent
785232aca3
commit
db22f22b44
@ -246,8 +246,8 @@ uint32_t nycaptor_state::screen_update_nycaptor(screen_device &screen, bitmap_in
|
||||
|
||||
case 1:
|
||||
m_bg_tilemap->draw(screen, bitmap, cliprect, TILEMAP_DRAW_LAYER1 | 3, 0);
|
||||
draw_sprites(bitmap, cliprect, 3);
|
||||
m_bg_tilemap->draw(screen, bitmap, cliprect, TILEMAP_DRAW_LAYER0 | 3, 0);
|
||||
draw_sprites(bitmap, cliprect, 3);
|
||||
draw_sprites(bitmap, cliprect, 2);
|
||||
m_bg_tilemap->draw(screen, bitmap, cliprect, TILEMAP_DRAW_LAYER1 | 2, 0);
|
||||
m_bg_tilemap->draw(screen, bitmap, cliprect, TILEMAP_DRAW_LAYER1 | 1, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user