summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/shootout.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/shootout.c')
-rw-r--r--src/mame/video/shootout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/shootout.c b/src/mame/video/shootout.c
index 8f5f31c9b2f..919330da025 100644
--- a/src/mame/video/shootout.c
+++ b/src/mame/video/shootout.c
@@ -80,7 +80,7 @@ void shootout_state::video_start()
m_background = &machine().tilemap().create(m_gfxdecode, tilemap_get_info_delegate(FUNC(shootout_state::get_bg_tile_info),this), TILEMAP_SCAN_ROWS, 8, 8, 32, 32);
m_foreground = &machine().tilemap().create(m_gfxdecode, tilemap_get_info_delegate(FUNC(shootout_state::get_fg_tile_info),this), TILEMAP_SCAN_ROWS, 8, 8, 32, 32);
m_foreground->set_transparent_pen(0 );
-
+
save_item(NAME(m_bFlicker));
}