improve fades in nost by using one of the pens as the bg pen (nw)

This commit is contained in:
David Haywood 2015-11-23 22:06:06 +00:00
parent 448d9e6e64
commit 846d05201f

View File

@ -216,7 +216,7 @@ UINT32 mcatadv_state::screen_update_mcatadv(screen_device &screen, bitmap_ind16
{
int i;
bitmap.fill(m_palette->black_pen(), cliprect);
bitmap.fill(0x3f0, cliprect);
screen.priority().fill(0, cliprect);
if (m_scroll1[2] != m_palette_bank1)