mirror of
https://github.com/holub/mame
synced 2025-10-06 00:54:22 +03:00
chd: initialized m_hunknum inside the constructor. (nw)
This commit is contained in:
parent
295c7294d3
commit
edb0904e76
@ -522,6 +522,7 @@ private:
|
|||||||
: m_osd(nullptr)
|
: m_osd(nullptr)
|
||||||
, m_compressor(nullptr)
|
, m_compressor(nullptr)
|
||||||
, m_status(WS_READY)
|
, m_status(WS_READY)
|
||||||
|
, m_hunknum(0)
|
||||||
, m_data(nullptr)
|
, m_data(nullptr)
|
||||||
, m_compressed(nullptr)
|
, m_compressed(nullptr)
|
||||||
, m_complen(0)
|
, m_complen(0)
|
||||||
|
Loading…
Reference in New Issue
Block a user