2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-14 11:26:09 +00:00

CRandom16: Make constructor explicit

Same behavior, minus the implicit conversions upon construction.
This commit is contained in:
Lioncash
2020-04-11 15:35:44 -04:00
parent 7e8ca5e808
commit 75d8988ee8
5 changed files with 6 additions and 6 deletions

View File

@@ -111,7 +111,7 @@ private:
std::unique_ptr<CElementGen> x19e0_effect_morphBallIceBreakGen;
rstl::reserved_vector<std::pair<std::unique_ptr<CParticleSwoosh>, bool>, 32> x19e4_spiderElectricGens;
std::list<CSpiderBallElectricityManager> x1b6c_activeSpiderElectricList;
CRandom16 x1b80_rand = {99};
CRandom16 x1b80_rand{99};
rstl::reserved_vector<TToken<CGenDescription>, 8> x1b84_wakeEffects;
rstl::reserved_vector<std::unique_ptr<CElementGen>, 8> x1bc8_wakeEffectGens;
s32 x1c0c_wakeEffectIdx = -1;