summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/yiear.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/yiear.c')
-rw-r--r--src/mame/video/yiear.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/video/yiear.c b/src/mame/video/yiear.c
index 952d171c316..0a1e3a5a768 100644
--- a/src/mame/video/yiear.c
+++ b/src/mame/video/yiear.c
@@ -140,7 +140,6 @@ static void draw_sprites( running_machine &machine, bitmap_ind16 &bitmap, const
UINT32 yiear_state::screen_update_yiear(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
{
-
m_bg_tilemap->draw(bitmap, cliprect, 0, 0);
draw_sprites(machine(), bitmap, cliprect);
return 0;