2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-16 00:57:02 +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

@@ -10,7 +10,7 @@
namespace urde {
class CNewFlameThrower : public CGameProjectile {
CRandom16 x2e8_rand = {99};
CRandom16 x2e8_rand{99};
float x2ec_ = 0.f;
float x2f0_ = 0.f;
bool x300_ = false;