catseye.cpp: fix Clang compile.

This commit is contained in:
arbee 2020-10-28 08:56:07 -04:00
parent 1033141c1a
commit 51041dce09

View File

@ -45,7 +45,7 @@ catseye_device::catseye_device(const machine_config &mconfig, device_type type,
m_wmclipright{0},
m_wmcliptop{0},
m_wmclipbottom{0},
m_patterns{0},
m_patterns{{{0}}},
m_linepath{0},
m_linetype{0},
m_prr{0},