summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/slapshot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/slapshot.h')
-rw-r--r--src/mame/includes/slapshot.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/includes/slapshot.h b/src/mame/includes/slapshot.h
index 9463402b898..68deee608d3 100644
--- a/src/mame/includes/slapshot.h
+++ b/src/mame/includes/slapshot.h
@@ -88,7 +88,9 @@ private:
s32 m_sprites_master_scrolly;
bool m_sprites_flipscreen;
bool m_prepare_sprites;
- int m_dislayer[5];
+#ifdef MAME_DEBUG
+ int m_dislayer[5] = { 0, 0, 0, 0, 0 };
+#endif
emu_timer *m_int6_timer;