mirror of
https://github.com/holub/mame
synced 2025-04-19 15:11:37 +03:00
catseye.cpp: fix Clang compile.
This commit is contained in:
parent
1033141c1a
commit
51041dce09
@ -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},
|
||||
|
Loading…
Reference in New Issue
Block a user