mirror of
https://github.com/holub/mame
synced 2025-04-29 11:30:28 +03:00
MT 07074
This commit is contained in:
parent
b55101383e
commit
b17ca70ce2
@ -251,7 +251,7 @@ uint32_t skykid_state::screen_update_skykid(screen_device &screen, bitmap_ind16
|
|||||||
draw_sprites(bitmap, cliprect);
|
draw_sprites(bitmap, cliprect);
|
||||||
|
|
||||||
// draw the other tiles
|
// draw the other tiles
|
||||||
for (cat = 0; cat < 0xf; cat++)
|
for (cat = 0; cat < 0x10; cat++)
|
||||||
if (cat != pri) m_tx_tilemap->draw(screen, bitmap, cliprect, cat, 0);
|
if (cat != pri) m_tx_tilemap->draw(screen, bitmap, cliprect, cat, 0);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user