fixed usage of uninitialized member in gf1_device (nw)
This commit is contained in:
parent
7094422e59
commit
26be9b26b1
@ -440,6 +440,7 @@ void gf1_device::device_reset()
|
||||
{
|
||||
int x;
|
||||
|
||||
memset(m_voice, 0x00, sizeof(m_voice));
|
||||
// init voices
|
||||
for(x=0;x<32;x++)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user