jollyjgr: fix background color regression
This commit is contained in:
parent
7b696c1ee7
commit
f7835bb35f
@ -503,7 +503,7 @@ UINT32 jollyjgr_state::screen_update_jollyjgr(screen_device &screen, bitmap_rgb3
|
|||||||
UINT8 *spriteram = m_spriteram;
|
UINT8 *spriteram = m_spriteram;
|
||||||
int offs;
|
int offs;
|
||||||
|
|
||||||
bitmap.fill(32, cliprect);
|
bitmap.fill(m_bm_palette->pen_color(0), cliprect);
|
||||||
|
|
||||||
if(m_pri) //used in Frog & Spiders level 3
|
if(m_pri) //used in Frog & Spiders level 3
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user