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