summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/taito_f2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/taito_f2.h')
-rw-r--r--src/mame/includes/taito_f2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/taito_f2.h b/src/mame/includes/taito_f2.h
index b020660421e..1d75ce57e28 100644
--- a/src/mame/includes/taito_f2.h
+++ b/src/mame/includes/taito_f2.h
@@ -55,7 +55,7 @@ public:
optional_shared_ptr<UINT16> m_cchip2_ram; // for megablst only
/* video-related */
- struct f2_tempsprite *m_spritelist;
+ std::unique_ptr<struct f2_tempsprite[]> m_spritelist;
int m_sprite_type;
UINT16 m_spritebank[8];