mirror of
https://github.com/holub/mame
synced 2025-05-29 09:03:08 +03:00
fixed uninitialized memory in src/mame/video/n64.h (nw)
This commit is contained in:
parent
1bc8af6464
commit
1c11d79253
@ -428,6 +428,7 @@ class n64_rdp : public poly_manager<UINT32, rdp_poly_state, 8, 32000>
|
||||
}
|
||||
|
||||
memset(m_tiles, 0, 8 * sizeof(N64Tile));
|
||||
memset(m_cmd_data, 0, sizeof(m_cmd_data));
|
||||
}
|
||||
|
||||
void ProcessList();
|
||||
|
Loading…
Reference in New Issue
Block a user