2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-13 06:06: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

@@ -26,7 +26,7 @@ class CWaveBuster : public CGameProjectile {
std::unique_ptr<CParticleSwoosh> x388_busterSwoosh2Gen;
std::unique_ptr<CElementGen> x38c_busterSparksGen;
std::unique_ptr<CElementGen> x390_busterLightGen;
CRandom16 x394_rand = {99};
CRandom16 x394_rand{99};
float x39c_ = 0.5f;
float x3a0_ = 0.5f;
float x3a4_ = 0.f;