summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/twincobr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/twincobr.c')
-rw-r--r--src/mame/video/twincobr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/twincobr.c b/src/mame/video/twincobr.c
index 575f7c9b124..6999a0d7dbc 100644
--- a/src/mame/video/twincobr.c
+++ b/src/mame/video/twincobr.c
@@ -94,7 +94,7 @@ void twincobr_state::twincobr_create_tilemaps()
m_bg_tilemap->set_scrolldy(-30, -243 );
m_fg_tilemap->set_scrolldy(-30, -243 );
m_tx_tilemap->set_scrolldy(-30, -243 );
-
+
m_fg_tilemap->set_transparent_pen(0);
m_tx_tilemap->set_transparent_pen(0);
}