mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
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;
|
||||
int offs;
|
||||
|
||||
bitmap.fill(32, cliprect);
|
||||
bitmap.fill(m_bm_palette->pen_color(0), cliprect);
|
||||
|
||||
if(m_pri) //used in Frog & Spiders level 3
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user