CCompoundTargetReticle: Initialize all data members

Provides deterministic initial state.
This commit is contained in:
Lioncash 2020-04-13 16:41:24 -04:00
parent 2850b7e7fb
commit c6278c0e9f
1 changed files with 3 additions and 3 deletions

View File

@ -120,9 +120,9 @@ private:
bool x219_missileShot = false; bool x219_missileShot = false;
bool x21a_fullyCharged = false; bool x21a_fullyCharged = false;
u8 x21b_ = 0; u8 x21b_ = 0;
u32 x21c_; u32 x21c_ = 0;
u32 x220_; u32 x220_ = 0;
u32 x228_; u32 x228_ = 0;
struct SScanReticuleRenderer { struct SScanReticuleRenderer {
std::optional<CLineRenderer> m_lineRenderers[2]; std::optional<CLineRenderer> m_lineRenderers[2];