This commit is contained in:
kunikuni 2018-09-06 19:36:19 +09:00 committed by hap
parent b55101383e
commit b17ca70ce2

View File

@ -251,7 +251,7 @@ uint32_t skykid_state::screen_update_skykid(screen_device &screen, bitmap_ind16
draw_sprites(bitmap, cliprect);
// 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);
}
else