mirror of https://github.com/AxioDL/metaforce.git
CParticleSwoosh: Initialize class data members
Makes for deterministic initial state.
This commit is contained in:
parent
112322be5a
commit
480d27e68c
|
@ -79,11 +79,11 @@ class CParticleSwoosh : public CParticleGen {
|
|||
int x1b0_SPLN = 0;
|
||||
int x1b4_LENG = 0;
|
||||
int x1b8_SIDE = 0;
|
||||
GX::Primitive x1bc_prim;
|
||||
GX::Primitive x1bc_prim{};
|
||||
CRandom16 x1c0_rand;
|
||||
float x1c4_ = 0.f;
|
||||
float x1c8_ = 0.f;
|
||||
float x1cc_TSPN;
|
||||
float x1cc_TSPN = 0.f;
|
||||
bool x1d0_24_emitting : 1;
|
||||
bool x1d0_25_AALP : 1;
|
||||
bool x1d0_26_forceOneUpdate : 1;
|
||||
|
|
Loading…
Reference in New Issue