summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/tank8.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/tank8.c')
-rw-r--r--src/mame/video/tank8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/tank8.c b/src/mame/video/tank8.c
index 503d2e64c89..52af82e0724 100644
--- a/src/mame/video/tank8.c
+++ b/src/mame/video/tank8.c
@@ -111,7 +111,7 @@ void tank8_state::video_start()
/* VBLANK starts on scanline #256 and ends on scanline #24 */
m_tilemap->set_scrolly(0, 2 * 24);
-
+
save_item(NAME(m_collision_index));
}