try a different bg pen in fghthist (nw)

This commit is contained in:
David Haywood 2013-07-21 03:35:00 +00:00
parent e8d3552445
commit 7f348409f9

View File

@ -637,7 +637,7 @@ UINT32 dragngun_state::screen_update_dragngun(screen_device &screen, bitmap_rgb3
UINT32 deco32_state::screen_update_fghthist(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect)
{
machine().priority_bitmap.fill(0, cliprect);
bitmap.fill(machine().pens[0x000], cliprect); // Palette index not confirmed
bitmap.fill(machine().pens[0x300], cliprect); // Palette index not confirmed
m_deco_tilegen1->pf_update(m_pf1_rowscroll, m_pf2_rowscroll);
m_deco_tilegen2->pf_update(m_pf3_rowscroll, m_pf4_rowscroll);