jollyjgr: fix background color regression

This commit is contained in:
Dirk Best 2015-08-05 14:25:05 +02:00
parent 7b696c1ee7
commit f7835bb35f

View File

@ -503,7 +503,7 @@ UINT32 jollyjgr_state::screen_update_jollyjgr(screen_device &screen, bitmap_rgb3
UINT8 *spriteram = m_spriteram;
int offs;
bitmap.fill(32, cliprect);
bitmap.fill(m_bm_palette->pen_color(0), cliprect);
if(m_pri) //used in Frog & Spiders level 3
{