summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/blockade.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/blockade.c')
-rw-r--r--src/mame/video/blockade.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/video/blockade.c b/src/mame/video/blockade.c
index ebe056260a5..8489f3cc068 100644
--- a/src/mame/video/blockade.c
+++ b/src/mame/video/blockade.c
@@ -27,7 +27,6 @@ void blockade_state::video_start()
UINT32 blockade_state::screen_update_blockade(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
{
-
m_bg_tilemap->draw(bitmap, cliprect, 0, 0);
return 0;
}