markham.cpp: Fix initialization order error (nw)

This commit is contained in:
AJR 2018-05-27 17:03:11 -04:00
parent 287833a64d
commit 1a0ca46e48

View File

@ -120,8 +120,8 @@ private:
uint8_t m_coin2_lock_cnt;
/* banbam protection simulation */
uint8_t m_packet_write_pos;
uint8_t m_packet_buffer[2];
uint8_t m_packet_write_pos;
bool m_packet_reset;
};