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

@@ -44,7 +44,7 @@ class CRainSplashGenerator {
void SetPoint(const zeus::CVector3f& pos);
};
std::vector<SRainSplash> x0_rainSplashes;
CRandom16 x10_random = {99};
CRandom16 x10_random{99};
zeus::CVector3f x14_scale;
float x20_generateTimer = 0.0f;
float x24_generateInterval = 0.0f;